init
This commit is contained in:
commit
b95d1f22ef
10 changed files with 176 additions and 0 deletions
16
ansible/inventory/host_vars/carwash.yml
Normal file
16
ansible/inventory/host_vars/carwash.yml
Normal file
|
@ -0,0 +1,16 @@
|
|||
wireguard_addresses:
|
||||
- "192.168.30.128/25"
|
||||
wireguard_endpoint: "carwash.dmz"
|
||||
wireguard_port: "11946"
|
||||
wireguard_private_key: !vault |
|
||||
$ANSIBLE_VAULT;1.1;AES256
|
||||
38353430356330373934643330396233336665633536303436623261346465366135313833306161
|
||||
3235353865626331623266643035316264383734363736650a653531383930613631333035336336
|
||||
66666466663939326431343365616330346132643233306636393033343833383032326237333036
|
||||
6134336138346461310a366535353564363265356536643633373062626332663536343439373261
|
||||
39316135643430343130623939323433653338653266386437386436653537626630303563316264
|
||||
3765373432346531383332383235643830613439666463663832
|
||||
wireguard_unmanaged_peers:
|
||||
pim:
|
||||
public_key: "xQ1hkwpIf5x7Wkx1leQHXx3RK8fjGWt2ZmG9XUN3V08="
|
||||
allowed_ips: "192.168.30.129/32"
|
Reference in a new issue