You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/host_vars/hindley.adh.auro.re/vpn.yml

17 lines
583 B
YAML

---
vpn_interfaces:
wg0:
ip: "{{ interfaces.wg0.ipv4 }}"
private_key: "{{ vpn_vault_hindley_key }}"
public_key: "Ce48/ZdvpI2S82bIivhiWHQsyidzTAtxCnEYojY3xEA="
keepalive: false
peers:
- endpoint: ""
public_key: "{{ hostvars['azerty.fil.sand.auro.re'].wg0.public_key }}"
allowed_ip: "{{ hostvars['azerty.fil.sand.auro.re'].wg0.ip }}"
allowed_mask: 32
- endpoint: ""
public_key: "{{ hostvars['hellman.fil.sand.auro.re'].wg0.public_key }}"
allowed_ip: "{{ hostvars['hellman.fil.sand.auro.re'].wg0.ip }}"
allowed_mask: 32