initial pfannkuchen
This commit is contained in:
parent
b6dafc7a73
commit
4d305fa19f
99 changed files with 3575 additions and 321 deletions
5
host_vars/arr-chris-live/vars.yml
Normal file
5
host_vars/arr-chris-live/vars.yml
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
ansible_user: chris
|
||||
ansible_become_method: sudo
|
||||
ansible_password: "{{ vault_chris_password }}"
|
||||
ansible_become_password: "{{ vault_chris_password }}"
|
||||
base_user: chris
|
||||
5
host_vars/arr-chris/vars.yml
Normal file
5
host_vars/arr-chris/vars.yml
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
ansible_user: chris
|
||||
ansible_become_method: sudo
|
||||
ansible_password: "{{ vault_chris_password }}"
|
||||
ansible_become_password: "{{ vault_chris_password }}"
|
||||
base_user: chris
|
||||
6
host_vars/emby-chris/frp.yml
Normal file
6
host_vars/emby-chris/frp.yml
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
---
|
||||
frp_proxies:
|
||||
- name: emby-chris
|
||||
local_ip: "0.0.0.0"
|
||||
local_port: 8096
|
||||
remote_port: 28096
|
||||
5
host_vars/emby-chris/vars.yml
Normal file
5
host_vars/emby-chris/vars.yml
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
ansible_user: chris
|
||||
ansible_become_method: sudo
|
||||
ansible_password: "{{ vault_chris_password }}"
|
||||
ansible_become_password: "{{ vault_chris_password }}"
|
||||
base_user: chris
|
||||
6
host_vars/emby-sascha/frp.yml
Normal file
6
host_vars/emby-sascha/frp.yml
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
---
|
||||
frp_proxies:
|
||||
- name: emby-sascha
|
||||
local_ip: "0.0.0.0"
|
||||
local_port: 8096
|
||||
remote_port: 18096
|
||||
6
host_vars/jellyfin/frp.yml
Normal file
6
host_vars/jellyfin/frp.yml
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
---
|
||||
frp_proxies:
|
||||
- name: jellyfin
|
||||
local_ip: "0.0.0.0"
|
||||
local_port: 8096
|
||||
remote_port: 38096
|
||||
4
host_vars/node1/wireguard.yml
Normal file
4
host_vars/node1/wireguard.yml
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
---
|
||||
wireguard_address: "10.200.200.11/24"
|
||||
wireguard_private_key: "{{ vault_node1_wg_privkey }}"
|
||||
wireguard_allowed_ips: "10.200.200.0/24"
|
||||
3
host_vars/node2/telegraf.yml
Normal file
3
host_vars/node2/telegraf.yml
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
---
|
||||
telegraf_synology_snmp: true
|
||||
telegraf_synology_host: "192.168.1.24"
|
||||
4
host_vars/node2/wireguard.yml
Normal file
4
host_vars/node2/wireguard.yml
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
---
|
||||
wireguard_address: "10.200.200.12/24"
|
||||
wireguard_private_key: "{{ vault_node2_wg_privkey }}"
|
||||
wireguard_allowed_ips: "10.200.200.0/24"
|
||||
4
host_vars/node3/wireguard.yml
Normal file
4
host_vars/node3/wireguard.yml
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
---
|
||||
wireguard_address: "10.200.200.13/24"
|
||||
wireguard_private_key: "{{ vault_node3_wg_privkey }}"
|
||||
wireguard_allowed_ips: "10.200.200.0/24"
|
||||
4
host_vars/node4/wireguard.yml
Normal file
4
host_vars/node4/wireguard.yml
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
---
|
||||
wireguard_address: "10.200.200.14/24"
|
||||
wireguard_private_key: "{{ vault_node4_wg_privkey }}"
|
||||
wireguard_allowed_ips: "10.200.200.0/24"
|
||||
4
host_vars/node5/wireguard.yml
Normal file
4
host_vars/node5/wireguard.yml
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
---
|
||||
wireguard_address: "10.200.200.15/24"
|
||||
wireguard_private_key: "{{ vault_node5_wg_privkey }}"
|
||||
wireguard_allowed_ips: "10.200.200.0/24"
|
||||
4
host_vars/node6/wireguard.yml
Normal file
4
host_vars/node6/wireguard.yml
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
---
|
||||
wireguard_address: "10.200.200.16/24"
|
||||
wireguard_private_key: "{{ vault_node6_wg_privkey }}"
|
||||
wireguard_allowed_ips: "10.200.200.0/24"
|
||||
4
host_vars/node7/wireguard.yml
Normal file
4
host_vars/node7/wireguard.yml
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
---
|
||||
wireguard_address: "10.200.200.17/24"
|
||||
wireguard_private_key: "{{ vault_node7_wg_privkey }}"
|
||||
wireguard_allowed_ips: "10.200.200.0/24"
|
||||
Loading…
Add table
Add a link
Reference in a new issue