53 lines
834 B
INI
53 lines
834 B
INI
# [onpremwin]
|
|
|
|
|
|
# [onpremlin]
|
|
# 10.245.142.148
|
|
# 10.245.142.150
|
|
|
|
# [stage1win]
|
|
|
|
|
|
|
|
|
|
# [stage2lin]
|
|
|
|
# [linuxadjoin]
|
|
# 10.245.142.77
|
|
|
|
|
|
# [switches]
|
|
# 10.231.32.100
|
|
|
|
# [switches:vars]
|
|
# ansible_python_interpreter=/usr/bin/python3
|
|
|
|
all:
|
|
hosts:
|
|
children:
|
|
onpremwin:
|
|
hosts:
|
|
awe-mgt-044.adagility.net
|
|
vars:
|
|
become_method: runas
|
|
become: yes
|
|
ansible_connection: winrm
|
|
ansible_port: 5985
|
|
ansible_winrm_transport: kerberos
|
|
ansible_winrm_server_cert_validation: ignore
|
|
onpremlin:
|
|
hosts:
|
|
10.245.142.148
|
|
10.245.142.150
|
|
stage1win:
|
|
hosts:
|
|
stage2lin:
|
|
hosts:
|
|
linuxadjoin:
|
|
hosts:
|
|
10.245.142.77
|
|
switches:
|
|
hosts:
|
|
10.231.32.100
|
|
vars:
|
|
ansible_python_interpreter: /usr/bin/python3 |