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

networkd: allow for additional interfaces

parent 0df6fe52
No related branches found
No related tags found
No related merge requests found
...@@ -10,6 +10,17 @@ ...@@ -10,6 +10,17 @@
notify: notify:
- restart networkd - restart networkd
- name: ensure networkd has an additional valid configuration
template:
src: "20-wired-{{ networkd_additional_type }}.network.j2"
dest: /etc/systemd/network/30-wired.network
owner: root
group: root
mode: 0644
when: networkd_additional_type is defined
notify:
- restart networkd
- name: ensure bonding works correctly - name: ensure bonding works correctly
block: block:
- name: ensure the network packages are installed - name: ensure the network packages are installed
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment