Moved wireguard play into special playbook

Added import in main playbook
dehydrated
Felix Stupp 5 years ago
parent 8b1d9ea65d
commit 177781cc44
Signed by: zocker
GPG Key ID: 93E1BD26F6B02FB7

@ -0,0 +1,7 @@
---
- name: Install wireguard vpn
hosts: all
strategy: free
roles:
- role: wireguard/application

@ -47,11 +47,8 @@
authorized_keys: "{{ zocker_authorized_keys_url }}"
sudo: yes
- name: Install wireguard vpn
hosts: all
strategy: free
roles:
- role: wireguard/application
- name: Configure wireguard network
import_playbook: playbooks/wireguard.yml
- name: Configure nvak
tags:

Loading…
Cancel
Save