diff options
author | Niklas Yann Wettengel <niyawe@niyawe.de> | 2018-07-22 14:01:12 +0200 |
---|---|---|
committer | Niklas Yann Wettengel <niyawe@niyawe.de> | 2018-07-22 14:01:12 +0200 |
commit | a7928fd2faa3accf8171b90098c667102e9a564e (patch) | |
tree | a67a1b10334947fb77e38457d076926b54089512 /host_vars/fastd-ko2 | |
parent | fa347deecc7a20b93257b35bc0be153f724a96b3 (diff) |
added real host_vars
Diffstat (limited to 'host_vars/fastd-ko2')
-rw-r--r-- | host_vars/fastd-ko2 | 58 |
1 files changed, 58 insertions, 0 deletions
diff --git a/host_vars/fastd-ko2 b/host_vars/fastd-ko2 new file mode 100644 index 0000000..c72d7a8 --- /dev/null +++ b/host_vars/fastd-ko2 @@ -0,0 +1,58 @@ +--- +# sebastian +ansible_host: 2a01:4f8:1c0c:5a31::1 +#ansible_host: 195.201.34.44 +sites: + - name: 'ko' + net4: '10.222.24.0/21' + net6: '2a03:2260:1016:0002::/64' + site_net6: 'fd62:44e1:da::/64' + fastd_secret: !vault | + $ANSIBLE_VAULT;1.1;AES256 + 32616565386335373931326566326366306138386431303537386639373339306264613665613936 + 3630343838353631633832393265653666656164623434330a636537666266663835303561393437 + 61666665666162353665386434646439323730393839643464303237383034303066623731386638 + 6461303434383162300a303332333031396233383637653737393933636164653833303333633466 + 39336465616562613838646139303462306131326364356265366564356131343866313164356365 + 61623137653661633062613334633231633438626234303064363063396437666431353839313764 + 37313535646131393963353562353862363933373765316531656531353835653231643031383236 + 39633866633130373430 + fastd_mesh_mac: '02:ff:4b:4f:00:20' + fastd_port1: 10010 + fastd_port2: 10011 + bat_ipv6: '2a03:2260:1016:0002::1' + bat_ipv4: '10.222.24.1' + bat_ipv4_cidr: 21 + dhcp_subnet: '10.222.24.0' + dhcp_netmask: '255.255.248.0' + dhcp_start: '10.222.24.50' + dhcp_end: '10.222.31.250' + wireguard_mesh_number: 2 + wireguard_mesh_priv_key: !vault | + $ANSIBLE_VAULT;1.1;AES256 + 32633166363930323130333238333439363735316434353562613737643130653164616161346564 + 3232313464343664613563663932393036653839343735390a363162383131303864613564376335 + 34633361353363646234633437383663613366343165336566656561373430666366366230663961 + 3439646436626135620a653431313938653634643337326430316131393261383938663333393535 + 61393535366561306662313933616163626230343361363962643862346332646438303830393362 + 3763343234653738333933313339356539613561326363313932 + wireguard_mesh_pub_key: 'faw8PD5cehdnu2zGUlwCLyC14l5vdjim8jl7VELktR8=' + wireguard_mesh_port: 10050 + wireguard_mesh_address: 'fdff:4b4f:bb::2' + wireguard_mesh_endpoint: '2a01:4f8:1c0c:5a31::1' + wireguard_mesh_mac_prefix: '02:ff:4b:4f:00:2' +wireguard_bb_name: 'fastd-ko2' +wireguard_bb_endpoint: '2a01:4f8:1c0c:5a31::1' +wireguard_bb_priv_key: !vault | + $ANSIBLE_VAULT;1.1;AES256 + 31626338356431653462646438666437656665303438626335323664353134643332393566393064 + 3636616531666332643838343366386266306562376330620a376364396565613630626263633566 + 63646264653535633731313634343164313164666565643063643936383035333534336562353166 + 6463353237363833660a383662373330393631356166633631343333643838396632333562333236 + 35363466663630626431393131363933393237366232336664346266333236646662336664646130 + 3564653830613265346431316634383031613237386430333434 +wireguard_bb_pub_key: 'XuiByKNbIQgLQGx/t+3ezco7pIAIi81+VAuFrVcWSUc=' +wireguard_bb_ipv4: '10.222.0.24' +wireguard_bb_ipv6: 'fe80::ffbb:ffbb:24' +wireguard_bb_port: 10124 +preferred_uplink: 'uplink2' |