You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
378 B
YAML

---
- name: create wireguard backbone service template
copy:
src: wgbackbone@.service
dest: /etc/systemd/system/wgbackbone@.service
- include_tasks: fastd_tasks.yml
when: "'fastd' in group_names"
- include_tasks: mullvad_uplink_tasks.yml
when: "'mullvad_uplink' in group_names"
- include_tasks: ffrl_uplink_tasks.yml
when: "'ffrl_uplink' in group_names"