removed old host_vars samples
parent
a859fd2568
commit
16b105a2fc
@ -1,17 +0,0 @@
|
|||||||
---
|
|
||||||
ansible_host: 123.123.123.123
|
|
||||||
wireguard_bb_name: '< node name >'
|
|
||||||
wireguard_bb_endpoint: '< peer public ipv6 >'
|
|
||||||
wireguard_bb_priv_key: '< priv key >'
|
|
||||||
wireguard_bb_pub_key: '< pub key >'
|
|
||||||
wireguard_bb_port: < port >
|
|
||||||
wireguard_bb_ipv4: '< wg bb ipv4 >'
|
|
||||||
wireguard_bb_ipv6: '< wg bb ipv6 (fe80::) >'
|
|
||||||
ffrl_ip4: '< ffrl public ip >'
|
|
||||||
ffrl_peers:
|
|
||||||
- name: 'name'
|
|
||||||
remote: 'ffrl gateway ipv4'
|
|
||||||
ip4: 'tunnel ipv4'
|
|
||||||
peer_ip4: 'tunnel ipv4 ffrl side'
|
|
||||||
ip6: 'tunnel ipv6'
|
|
||||||
peer_ip6: 'tunnel ipv6 ffrl side'
|
|
@ -1,9 +0,0 @@
|
|||||||
---
|
|
||||||
ansible_host: 123.123.123.123
|
|
||||||
wireguard_bb_name: '< node name >'
|
|
||||||
wireguard_bb_endpoint: '< peer public ipv6 >'
|
|
||||||
wireguard_bb_priv_key: '< priv key >'
|
|
||||||
wireguard_bb_pub_key: '< pub key >'
|
|
||||||
wireguard_bb_ipv4: '< wg bb ipv4 >'
|
|
||||||
wireguard_bb_ipv6: '< wg bb ipv6 (fe80::) >'
|
|
||||||
wireguard_bb_port: < port >
|
|
@ -1,18 +0,0 @@
|
|||||||
---
|
|
||||||
ansible_host: 123.123.123.123
|
|
||||||
wireguard_bb_name: '< node name >'
|
|
||||||
wireguard_bb_endpoint: '< peer public ipv6 >'
|
|
||||||
wireguard_bb_priv_key: '< priv key >'
|
|
||||||
wireguard_bb_pub_key: '< pub key >'
|
|
||||||
wireguard_bb_port: < port >
|
|
||||||
wireguard_bb_ipv4: '< wg bb ipv4 >'
|
|
||||||
wireguard_bb_ipv6: '< wg bb ipv6 (fe80::) >'
|
|
||||||
mullvad_country: nl
|
|
||||||
mullvad_crt: |
|
|
||||||
-----BEGIN CERTIFICATE-----
|
|
||||||
...
|
|
||||||
-----END CERTIFICATE-----
|
|
||||||
mullvad_key: |
|
|
||||||
-----BEGIN PRIVATE KEY-----
|
|
||||||
...
|
|
||||||
-----END PRIVATE KEY-----
|
|
Loading…
Reference in New Issue