Update hosts.yml format
This commit is contained in:
parent
b722d71ca9
commit
6c960de854
|
@ -1,5 +1,7 @@
|
|||
all:
|
||||
hosts:
|
||||
children:
|
||||
webservers:
|
||||
ansible_ssh_host: 192.168.33.10
|
||||
ansible_ssh_port: 22
|
||||
hosts:
|
||||
192.168.33.10:
|
||||
vars:
|
||||
ansible_ssh_port: 22
|
||||
|
|
Loading…
Reference in a new issue