diff --git a/tools/ansible/hosts.yml b/tools/ansible/hosts.yml index 37dc3ac..16d7e5c 100644 --- a/tools/ansible/hosts.yml +++ b/tools/ansible/hosts.yml @@ -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