moved installation of wireguard to role "base"

This commit is contained in:
2022-07-02 18:55:11 +02:00
parent 0220ace94a
commit b6bb11b014
3 changed files with 18 additions and 18 deletions

View File

@@ -15,12 +15,6 @@
when:
- glusterfs is defined
- glusterfs == true
- include_tasks: utilities/wireguard.yml
when:
- wireguard is defined
- wireguard == true
- ansible_default_ipv4.address | ipaddr('public')
ignore_errors: True
- include_tasks: system_setup/cron.yml
# - include_role:
# name: base