mirror of
https://github.com/Apress/Beginning-Ansible-Concepts-and-Application.git
synced 2024-11-21 14:38:15 +01:00
18 lines
205 B
Text
18 lines
205 B
Text
|
[webservers]
|
||
|
web-001.local
|
||
|
web-002 ansible_host=192.168.98.112 ansible_port=22
|
||
|
|
||
|
[webservers:vars]
|
||
|
http_port=8080
|
||
|
|
||
|
[load_balancers]
|
||
|
lb-001.local
|
||
|
|
||
|
[staging]
|
||
|
web-002
|
||
|
|
||
|
[production]
|
||
|
web-001.local
|
||
|
lb-001.local
|
||
|
|