Initialer Import der Synology Scripts
This commit is contained in:
Executable
+165
@@ -0,0 +1,165 @@
|
||||
all:
|
||||
children:
|
||||
|
||||
debian_vms:
|
||||
hosts:
|
||||
ANSIBLE-NOTE-01:
|
||||
ansible_host: 192.168.1.241
|
||||
ansible_ssh_private_key_file: /root/.ssh/ansible-cn_ed25519
|
||||
ansible_python_interpreter: /usr/bin/python3
|
||||
cert:
|
||||
enabled: false
|
||||
profile: generic
|
||||
|
||||
ANSIBLE-NOTE-02:
|
||||
ansible_host: 192.168.1.242
|
||||
ansible_ssh_private_key_file: /root/.ssh/ansible-cn_ed25519
|
||||
ansible_python_interpreter: /usr/bin/python3
|
||||
cert:
|
||||
enabled: false
|
||||
profile: generic
|
||||
|
||||
Docker:
|
||||
ansible_host: 192.168.1.244
|
||||
ansible_ssh_private_key_file: /root/.ssh/ansible-cn_ed25519
|
||||
ansible_python_interpreter: /usr/bin/python3
|
||||
cert:
|
||||
enabled: true
|
||||
profile: docker_vm
|
||||
|
||||
PDCs:
|
||||
hosts:
|
||||
CERT-PDC:
|
||||
ansible_host: 9.99.20.1
|
||||
ansible_ssh_private_key_file: /root/.ssh/ansible-cn_ed25519
|
||||
ansible_python_interpreter: /usr/bin/python3
|
||||
cert:
|
||||
enabled: true
|
||||
profile: domain_controller
|
||||
|
||||
SERVICE-PDC:
|
||||
ansible_host: 9.99.30.1
|
||||
ansible_ssh_private_key_file: /root/.ssh/ansible-cn_ed25519
|
||||
ansible_python_interpreter: /usr/bin/python3
|
||||
cert:
|
||||
enabled: true
|
||||
profile: domain_controller
|
||||
|
||||
front:
|
||||
hosts:
|
||||
FHS0:
|
||||
ansible_host: 192.168.1.200
|
||||
ansible_ssh_private_key_file: /root/.ssh/ansible-cn_ed25519
|
||||
ansible_python_interpreter: /usr/bin/python3
|
||||
cert:
|
||||
enabled: true
|
||||
profile: pve_node
|
||||
|
||||
FHS1:
|
||||
ansible_host: 192.168.1.201
|
||||
ansible_ssh_private_key_file: /root/.ssh/ansible-cn_ed25519
|
||||
ansible_python_interpreter: /usr/bin/python3
|
||||
cert:
|
||||
enabled: true
|
||||
profile: pve_node
|
||||
|
||||
FHS2:
|
||||
ansible_host: 192.168.1.202
|
||||
ansible_ssh_private_key_file: /root/.ssh/ansible-cn_ed25519
|
||||
ansible_python_interpreter: /usr/bin/python3
|
||||
cert:
|
||||
enabled: true
|
||||
profile: pve_node
|
||||
|
||||
back:
|
||||
hosts:
|
||||
HS1:
|
||||
ansible_host: 192.168.1.211
|
||||
ansible_ssh_private_key_file: /root/.ssh/ansible-cn_ed25519
|
||||
ansible_python_interpreter: /usr/bin/python3
|
||||
cert:
|
||||
enabled: true
|
||||
profile: pve_node
|
||||
|
||||
HS2:
|
||||
ansible_host: 192.168.1.212
|
||||
ansible_ssh_private_key_file: /root/.ssh/ansible-cn_ed25519
|
||||
ansible_python_interpreter: /usr/bin/python3
|
||||
cert:
|
||||
enabled: true
|
||||
profile: pve_node
|
||||
|
||||
HS3:
|
||||
ansible_host: 192.168.1.213
|
||||
ansible_ssh_private_key_file: /root/.ssh/ansible-cn_ed25519
|
||||
ansible_python_interpreter: /usr/bin/python3
|
||||
cert:
|
||||
enabled: true
|
||||
profile: pve_node
|
||||
|
||||
HS4:
|
||||
ansible_host: 192.168.1.214
|
||||
ansible_ssh_private_key_file: /root/.ssh/ansible-cn_ed25519
|
||||
ansible_python_interpreter: /usr/bin/python3
|
||||
cert:
|
||||
enabled: true
|
||||
profile: pve_node
|
||||
|
||||
test:
|
||||
hosts:
|
||||
TS01:
|
||||
ansible_host: 192.168.1.231
|
||||
ansible_ssh_private_key_file: /root/.ssh/ansible-cn_ed25519
|
||||
ansible_python_interpreter: /usr/bin/python3
|
||||
cert:
|
||||
enabled: true
|
||||
profile: pve_node
|
||||
|
||||
dmz_hosts:
|
||||
hosts:
|
||||
DMZ_NC:
|
||||
ansible_host: 9.99.60.1
|
||||
ansible_ssh_private_key_file: /root/.ssh/ansible-cn_ed25519
|
||||
ansible_python_interpreter: /usr/bin/python3
|
||||
cert:
|
||||
enabled: true
|
||||
profile: nextcloud
|
||||
|
||||
proxy_hosts:
|
||||
hosts:
|
||||
NPM:
|
||||
ansible_host: 9.99.70.1
|
||||
ansible_ssh_private_key_file: /root/.ssh/ansible-cn_ed25519
|
||||
ansible_python_interpreter: /usr/bin/python3
|
||||
cert:
|
||||
enabled: true
|
||||
profile: reverse_proxy
|
||||
|
||||
pbs_hosts:
|
||||
hosts:
|
||||
PBS_Master:
|
||||
ansible_host: 192.168.1.221
|
||||
ansible_ssh_private_key_file: /root/.ssh/ansible-cn_ed25519
|
||||
ansible_python_interpreter: /usr/bin/python3
|
||||
cert:
|
||||
enabled: true
|
||||
profile: backup_server
|
||||
|
||||
pdm_hosts:
|
||||
hosts:
|
||||
PDM:
|
||||
ansible_host: 192.168.1.223
|
||||
ansible_ssh_private_key_file: /root/.ssh/ansible-cn_ed25519
|
||||
ansible_python_interpreter: /usr/bin/python3
|
||||
cert:
|
||||
enabled: true
|
||||
profile: datacenter_manager
|
||||
|
||||
windows:
|
||||
hosts:
|
||||
SRV22-Test:
|
||||
ansible_host: 192.168.1.243
|
||||
cert:
|
||||
enabled: false
|
||||
profile: windows
|
||||
|
||||
Reference in New Issue
Block a user