diff options
author | binary <me@rgoncalves.se> | 2020-11-21 22:56:24 +0100 |
---|---|---|
committer | binary <me@rgoncalves.se> | 2020-11-21 22:56:24 +0100 |
commit | 7007a2f9530e9ab6f7a95d6f2e3f5327d9030257 (patch) | |
tree | 67b62c46594f55800a73e75e24ebc4182e9e1eb4 | |
parent | 03d26396dd59823c737876c1aa1246832052de01 (diff) | |
download | infrastructure-7007a2f9530e9ab6f7a95d6f2e3f5327d9030257.tar.gz |
Delete wireguard, look for network now.
-rw-r--r-- | playbooks/wireguard.yml | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/playbooks/wireguard.yml b/playbooks/wireguard.yml deleted file mode 100644 index 320fd31..0000000 --- a/playbooks/wireguard.yml +++ /dev/null @@ -1,29 +0,0 @@ - -# site.yml -# Deploy configuration to all servers. - ---- - -- hosts: servers - gather_facts: no - roles: - - wireguard - -- hosts: alpine - vars: - rc_name: "wireguard" - rc_cmd: "/usr/bin/wg-quick" - rc_args: "up {{ _i.dcontroller }}" - rc_user: "root" - roles: - - rc - ignore_errors: true - -- hosts: openbsd - vars: - rc_name: "wireguard" - rc_cmd: "/usr/local/bin/wg-quick" - rc_args: "up {{ _i.dcontroller }}" - rc_user: "root" - roles: - - rc |