mirror of
https://github.com/Apress/Beginning-Ansible-Concepts-and-Application.git
synced 2024-11-09 17:07:44 +01:00
9 lines
123 B
Text
9 lines
123 B
Text
---
|
|
webservers:
|
|
hosts:
|
|
web-001.local:
|
|
web-002:
|
|
ansible_host: 192.168.98.112
|
|
vars:
|
|
http_port: 8080
|
|
|