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: Deploy service-file for routing-table to wireguard-translation
|
|
ansible.builtin.template:
|
|
src: ./k3s/server/network-plugin/calico/routingtabletowg.yml.jinja2
|
|
dest: /var/lib/rancher/k3s/server/manifests/routingtabletowg.yml
|
|
mode: u=rw,g=r,o=r
|
|
run_once: true
|