ansible config
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
[defaults]
|
||||
inventory = inventory.ini
|
||||
host_key_checking = False
|
||||
@@ -0,0 +1,8 @@
|
||||
[webservers]
|
||||
vm1 ansible_host=10.23.13.37
|
||||
vm2 ansible_host=10.23.13.36
|
||||
vm3 ansible_host=10.23.13.38
|
||||
|
||||
[webservers:vars]
|
||||
ansible_user=root
|
||||
ansible_ssh_private_key_file=~/.ssh/id_ed25519
|
||||
Reference in New Issue
Block a user