Skip to content
Snippets Groups Projects
Verified Commit 6932180e authored by Rafael László's avatar Rafael László :speech_balloon:
Browse files

Fix netplan on container restart

parent 99d1e82f
No related branches found
No related tags found
No related merge requests found
......@@ -10,6 +10,11 @@
vars_files:
- "vars/base.yaml"
tasks:
- name: Ensure netplan is applied at boot
ansible.builtin.cron:
name: "netplan update"
special_time: reboot
job: "/usr/sbin/netplan apply"
- name: Setup bgp
tags: ["bgp"]
import_tasks: tasks/bgp.yaml
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment