Move wireguard peers

This commit is contained in:
Tobias Manske 2022-08-22 23:22:40 +02:00
parent 7cca56292c
commit 2b55a81c7f
Signed by: tobias
GPG Key ID: E83C743C1FC2F79A
3 changed files with 0 additions and 18 deletions

View File

@ -8,12 +8,6 @@
render_blacklist:
- EMPTY
tasks:
- name: Read Variables
include_vars:
dir: vars
extensions:
- 'yml'
- 'yaml'
- file:
state: absent
dest: '{{ render_path }}'
@ -46,12 +40,6 @@
become: true
become_user: root
tasks:
- name: Read Variables
include_vars:
dir: vars
extensions:
- 'yml'
- 'yaml'
- name: Install backup script
ansible.builtin.template:
src: backup.sh.j2
@ -82,12 +70,6 @@
gather_facts: true
tasks:
- block:
- name: Read Variables
include_vars:
dir: vars
extensions:
- 'yml'
- 'yaml'
- name: Install backup script
ansible.builtin.template:
src: restore.sh.j2