From 7e89a60f8c92037f55792bdf37707cc068f8cf27 Mon Sep 17 00:00:00 2001 From: Niklas Yann Wettengel Date: Sun, 23 Aug 2020 13:38:55 +0200 Subject: remove nat64 --- .../tasks/uplink_tasks.yml | 29 ---------------------- 1 file changed, 29 deletions(-) (limited to 'roles/install_wireguard_backbone/tasks/uplink_tasks.yml') diff --git a/roles/install_wireguard_backbone/tasks/uplink_tasks.yml b/roles/install_wireguard_backbone/tasks/uplink_tasks.yml index 357fa0b..ea906e5 100644 --- a/roles/install_wireguard_backbone/tasks/uplink_tasks.yml +++ b/roles/install_wireguard_backbone/tasks/uplink_tasks.yml @@ -6,13 +6,6 @@ mode: 0400 with_items: "{{ groups['fastd'] }}" -- name: create wireguard config for nat64 - template: - src: wg.conf.j2 - dest: /etc/wireguard/wgbb{{ hostvars[item]['wireguard_bb_name'] }}.conf - mode: 0400 - with_items: "{{ groups['nat64'] }}" - - name: create wireguard config for uplinks template: src: wg.conf.j2 @@ -34,13 +27,6 @@ mode: 0744 with_items: "{{ groups['fastd'] }}" -- name: create wireguard up scripts for nat64 - template: - src: up.sh.j2 - dest: /etc/wireguard/upbb{{ hostvars[item]['wireguard_bb_name'] }}.sh - mode: 0744 - with_items: "{{ groups['nat64'] }}" - - name: create wireguard up scripts for uplinks template: src: up.sh.j2 @@ -62,13 +48,6 @@ mode: 0744 with_items: "{{ groups['fastd'] }}" -- name: create wireguard down scripts for nat64 - template: - src: down.sh.j2 - dest: /etc/wireguard/downbb{{ hostvars[item]['wireguard_bb_name'] }}.sh - mode: 0744 - with_items: "{{ groups['nat64'] }}" - - name: create wireguard down scripts for uplinks template: src: down.sh.j2 @@ -91,14 +70,6 @@ daemon_reload: yes with_items: "{{ groups['fastd'] }}" -- name: start and enable wireguard mesh for nat64 - systemd: - name: wgbackbone@{{ hostvars[item]['wireguard_bb_name'] }}.service - enabled: yes - state: started - daemon_reload: yes - with_items: "{{ groups['nat64'] }}" - - name: start and enable wireguard mesh for uplinks systemd: name: wgbackbone@{{ hostvars[item]['wireguard_bb_name'] }}.service -- cgit v1.2.3-54-g00ecf