Beginning-Ansible-Concepts-.../chapter03/inventory/webservers
2022-04-23 08:57:49 +01:00

9 lines
123 B
Text

---
webservers:
hosts:
web-001.local:
web-002:
ansible_host: 192.168.98.112
vars:
http_port: 8080