presentations/deploying-php-ansible-ansistrano/demo/tools/ansible/hosts.yml

8 lines
110 B
YAML
Raw Normal View History

2019-12-05 12:16:37 +00:00
all:
2020-05-01 11:45:25 +01:00
children:
2019-12-05 12:16:37 +00:00
webservers:
2020-05-01 11:45:25 +01:00
hosts:
192.168.33.10:
vars:
ansible_ssh_port: 22