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.
7 lines
280 B
YAML
7 lines
280 B
YAML
2 years ago
|
- 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
|