Skip to content
Snippets Groups Projects
Commit f6ecb337 authored by Lars Beckers's avatar Lars Beckers
Browse files

networkd: compensate a changed default of systemd

parent e10263b7
No related branches found
No related tags found
No related merge requests found
Pipeline #1583 passed
......@@ -14,6 +14,13 @@
copy:
content: "8021q"
dest: /etc/modules-load.d/bond.conf
- name: ensure systemd does not override a default option
template:
src: modprobe.conf.j2
dest: /etc/modprobe.d/systemd-override.conf
owner: root
group: root
mode: '0644'
- name: ensure bond netdev is configured
template:
src: bond.netdev.j2
......
# since buster systemd sets max_bonds=0
# but we have configured bonding quite heavily
# internet says that 1 is default
options bonding max_bonds=1
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment