diff options
Diffstat (limited to 'roles/wireguard/tasks/set_facts.yml')
-rw-r--r-- | roles/wireguard/tasks/set_facts.yml | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/roles/wireguard/tasks/set_facts.yml b/roles/wireguard/tasks/set_facts.yml deleted file mode 100644 index 7e042ea..0000000 --- a/roles/wireguard/tasks/set_facts.yml +++ /dev/null @@ -1,13 +0,0 @@ - -# wireguard ~~ tasks/set_facts.yml - ---- - -- set_fact: - wg_dir: "{{ inventory_dir }}/files/wireguard" - -- set_fact: - wg_dcontroller_conf: "{{ wg_dir }}/{{ global.dcontroller }}.conf" - wg_dcontroller_keys: "{{ wg_dir }}/{{ global.dcontroller }}.keys" - wg_host_conf: "{{ wg_dir }}/{{ ansible_host }}.conf" - wg_host_keys: "{{ wg_dir }}/{{ ansible_host }}.keys" |