ultrabirb-cluster/ansible/tasks/setup-static-route.yaml

10 lines
242 B
YAML

- name: "remove cloudinit config"
file:
path: /etc/netplan/50-cloud-init.yaml
state: absent
- name: "install static config"
template:
src: templates/netplan.yaml
dest: /etc/netplan/00-static.yaml
notify: "netplan apply"