Add inventory.ini #2
9
ansible/inventory.ini
Normal file
9
ansible/inventory.ini
Normal file
@@ -0,0 +1,9 @@
|
||||
[servers]
|
||||
node1 ansible_host=172.16.5.18
|
||||
node2 ansible_host=172.16.5.22
|
||||
node3 ansible_host=172.16.5.27
|
||||
|
||||
[all:vars]
|
||||
ansible_user=sysadmin
|
||||
ansible_ssh_private_key_file=~/.ssh/id_rsa
|
||||
ansible_python_interpreter=/usr/bin/python3
|
||||
Reference in New Issue
Block a user