reorganize
This commit is contained in:
parent
de9c0019fa
commit
c2521842a0
15 changed files with 90 additions and 94 deletions
7
ansible/inventory/host_vars/atlas/apt.yml
Normal file
7
ansible/inventory/host_vars/atlas/apt.yml
Normal file
|
@ -0,0 +1,7 @@
|
|||
apt_install_packages:
|
||||
- qemu-kvm
|
||||
- libvirt-daemon-system
|
||||
- postgresql
|
||||
- python3-psycopg2
|
||||
- sudo
|
||||
- bridge-utils
|
|
@ -1,34 +1,3 @@
|
|||
backup_share_user: "backup-share"
|
||||
backup_control_user: "backup-control"
|
||||
user_ca: "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGKOClnK6/Hj8INjEgULY/lD2FM/nbiJHqaSXtEw4+Fj User Certificate Authority for DMZ"
|
||||
storage_pools: [iso, disk, init]
|
||||
wireguard_addresses:
|
||||
- "10.42.0.1/32"
|
||||
wireguard_endpoint: "atlas.hyp"
|
||||
wireguard_private_key: !vault |
|
||||
$ANSIBLE_VAULT;1.1;AES256
|
||||
65666463346536363662353234666662376330396365656361636530663032366436653336383134
|
||||
6463636362636530316434626561623866306165313638330a633761626361393963303933313738
|
||||
30336535333761393663396534373363333465306232343238666538383039636138393661373839
|
||||
3935626664326237310a386337306364663463663764376631336431363062656137376635366361
|
||||
35393135626261626565333261316363633838353833666163666132363462636431626234383864
|
||||
3039633631356339663234656233343635653236356235623532
|
||||
wireguard_unmanaged_peers:
|
||||
pim:
|
||||
public_key: "xQ1hkwpIf5x7Wkx1leQHXx3RK8fjGWt2ZmG9XUN3V08="
|
||||
allowed_ips: "10.42.0.2/32"
|
||||
niels:
|
||||
public_key: "WJO/DQUJyDp4rFW291F2Ai51lotU2IC+OATu+5P3Jio="
|
||||
allowed_ips: "10.42.0.3/32"
|
||||
|
||||
apt_install_packages:
|
||||
- qemu-kvm
|
||||
- libvirt-daemon-system
|
||||
- postgresql
|
||||
- python3-psycopg2
|
||||
- sudo
|
||||
- bridge-utils
|
||||
|
||||
ssh_ca_dir: /root/ssh_ca
|
||||
ssh_ca_key_pairs:
|
||||
- name: dmz_user
|
18
ansible/inventory/host_vars/atlas/wireguard.yml
Normal file
18
ansible/inventory/host_vars/atlas/wireguard.yml
Normal file
|
@ -0,0 +1,18 @@
|
|||
wireguard_addresses:
|
||||
- "10.42.0.1/32"
|
||||
wireguard_endpoint: "atlas.hyp"
|
||||
wireguard_private_key: !vault |
|
||||
$ANSIBLE_VAULT;1.1;AES256
|
||||
65666463346536363662353234666662376330396365656361636530663032366436653336383134
|
||||
6463636362636530316434626561623866306165313638330a633761626361393963303933313738
|
||||
30336535333761393663396534373363333465306232343238666538383039636138393661373839
|
||||
3935626664326237310a386337306364663463663764376631336431363062656137376635366361
|
||||
35393135626261626565333261316363633838353833666163666132363462636431626234383864
|
||||
3039633631356339663234656233343635653236356235623532
|
||||
wireguard_unmanaged_peers:
|
||||
pim:
|
||||
public_key: "xQ1hkwpIf5x7Wkx1leQHXx3RK8fjGWt2ZmG9XUN3V08="
|
||||
allowed_ips: "10.42.0.2/32"
|
||||
niels:
|
||||
public_key: "WJO/DQUJyDp4rFW291F2Ai51lotU2IC+OATu+5P3Jio="
|
||||
allowed_ips: "10.42.0.3/32"
|
Reference in a new issue