Merge pull request 'Add inventory.ini' (#2) from feat/project-test into main
Reviewed-on: #2
This commit was merged in pull request #2.
This commit is contained in:
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