Beginning-Ansible-Concepts-.../chapter03/inventory/webservers

10 lines
123 B
Text
Raw Permalink Normal View History

2022-03-21 18:17:54 +01:00
---
webservers:
hosts:
web-001.local:
web-002:
ansible_host: 192.168.98.112
vars:
http_port: 8080