first commit

This commit is contained in:
root
2024-07-12 12:58:40 +02:00
commit 30fdad3be5
557 changed files with 11142 additions and 0 deletions

53
hosts Normal file
View File

@@ -0,0 +1,53 @@
# [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