mirror of
https://github.com/Apress/Beginning-Ansible-Concepts-and-Application.git
synced 2024-11-21 22:48:16 +01:00
10 lines
123 B
Text
10 lines
123 B
Text
|
---
|
||
|
webservers:
|
||
|
hosts:
|
||
|
web-001.local:
|
||
|
web-002:
|
||
|
ansible_host: 192.168.98.112
|
||
|
vars:
|
||
|
http_port: 8080
|
||
|
|