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.
|
---
|
|
- name: create wireguard backbone service template
|
|
copy:
|
|
src: wgbackbone@.service
|
|
dest: /etc/systemd/system/wgbackbone@.service
|
|
|
|
- include_tasks: ffrl_uplink_tasks.yml
|
|
when: "'ffrl_uplink' in group_names"
|
|
|
|
- include_tasks: fastd_tasks.yml
|
|
when: "'fastd' in group_names"
|