2024-11-04 17:28:19 +00:00
|
|
|
all:
|
|
|
|
children:
|
|
|
|
SiteA:
|
|
|
|
hosts:
|
|
|
|
192.168.0.61:
|
|
|
|
ansible_user: ansible
|
2024-11-17 16:36:22 +00:00
|
|
|
ansible_python_interpreter: /usr/bin/python3.6
|
2024-11-04 17:28:19 +00:00
|
|
|
SiteB:
|
|
|
|
hosts:
|
|
|
|
192.168.0.62:
|
|
|
|
ansible_user: ansible
|
2024-11-17 16:36:22 +00:00
|
|
|
ansible_python_interpreter: /usr/bin/python3.6
|
2024-11-04 17:28:19 +00:00
|
|
|
proxy:
|
|
|
|
hosts:
|
|
|
|
192.168.0.63:
|
2024-11-17 16:36:22 +00:00
|
|
|
ansible_user: ansible
|
|
|
|
ansible_python_interpreter: /usr/bin/python3.6
|