Initialer Import der Synology Scripts

This commit is contained in:
root
2026-08-05 08:43:57 +02:00
commit 5e32a7c411
404 changed files with 79932 additions and 0 deletions
+60
View File
@@ -0,0 +1,60 @@
cert_base_path: /mnt/HEIMLAN/001-Zertifikate
cert_profiles:
generic:
key_size: 4096
algo: rsa
validity_days: 365
docker_vm:
key_size: 4096
algo: rsa
validity_days: 365
san: true
domain_controller:
key_size: 4096
algo: rsa
validity_days: 825
eku:
- serverAuth
- clientAuth
pve_node:
key_size: 4096
algo: rsa
validity_days: 825
san: true
nextcloud:
key_size: 4096
algo: rsa
validity_days: 365
san: true
reverse_proxy:
key_size: 4096
algo: rsa
validity_days: 365
san: true
backup_server:
key_size: 4096
algo: rsa
validity_days: 825
datacenter_manager:
key_size: 4096
algo: rsa
validity_days: 825
windows:
key_size: 2048
algo: rsa
validity_days: 365
cert_hosts:
key_size: 4096
algo: rsa
alidity_days: 365
+7
View File
@@ -0,0 +1,7 @@
$ANSIBLE_VAULT;1.1;AES256
61373732373163666134623133323662303864343534653335613865396362316165626133356162
6466306461343136363565346264346437386463633765370a323461663533316531373431326631
65653062633933346232353165386233623432643434616566333162656461363739616264343839
3238646131333835300a363230626439346131653865633138386465626538613165363165356533
65653739326131376536613335336564333164383665353736393166373962363766373562393936
3537373534316337626235323363646366323432616135346233
+165
View File
@@ -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