diff options
Diffstat (limited to 'host_vars')
-rw-r--r-- | host_vars/firstroot/public | 2 | ||||
-rw-r--r-- | host_vars/hetzner/public | 2 | ||||
-rw-r--r-- | host_vars/netcup/tinc | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/host_vars/firstroot/public b/host_vars/firstroot/public index 3f931d1..26ea780 100644 --- a/host_vars/firstroot/public +++ b/host_vars/firstroot/public @@ -1,4 +1,4 @@ -tinc: +tinc_options: configure: true name: firstroot connections: [hetzner] diff --git a/host_vars/hetzner/public b/host_vars/hetzner/public index 02b9c22..1c2f68f 100644 --- a/host_vars/hetzner/public +++ b/host_vars/hetzner/public @@ -1,4 +1,4 @@ -tinc: +tinc_options: configure: true name: hetzner connections: [netcup] diff --git a/host_vars/netcup/tinc b/host_vars/netcup/tinc index 9d49382..4160b55 100644 --- a/host_vars/netcup/tinc +++ b/host_vars/netcup/tinc @@ -1,4 +1,4 @@ -tinc: +tinc_options: configure: true name: netcup connections: [hetzner] |