fix: aggiustato inventory
This commit is contained in:
parent
8c0fb192a5
commit
9b2547d806
2 changed files with 4 additions and 1 deletions
3
10_roles/progetto_esempio2/ansible.cfg
Normal file
3
10_roles/progetto_esempio2/ansible.cfg
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
[defaults]
|
||||
# via env sarebbe ANSIBLE_HOST_KEY_CHECKING=False
|
||||
host_key_checking = False
|
||||
|
|
@ -1,5 +1,5 @@
|
|||
[lbr]
|
||||
devcorso1vm ansible_host=localhost
|
||||
devcorso1vm ansible_host=10.248.44.78
|
||||
[as]
|
||||
devcorso2vm ansible_host=10.248.44.79
|
||||
devcorso3vm ansible_host=10.248.44.80
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue