Beginning-Ansible-Concepts-.../chapter03/hosts

18 lines
205 B
Text
Raw Normal View History

2022-03-21 18:17:54 +01:00
[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