1 #####################################
2 ### someone's ansible provisioner ###
3 #####################################
4 # Part of: https://git.somenet.org/root/pub/somesible.git
5 # 2017-2024 by someone <someone@somenet.org>
8 - name: install wireguard
14 when: setup_wireguard | bool
16 ignore_errors: "{{ignore_online_errors | bool}}"
19 - include_tasks: wireguard_interface.yml
20 with_items: "{{wireguard_interfaces}}"
23 when: setup_wireguard | bool