Compare commits
2 Commits
34c95997bf
...
e77d79efd6
| Author | SHA1 | Date | |
|---|---|---|---|
| e77d79efd6 | |||
| 8a39803f01 |
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