mirror of
https://github.com/iiab/iiab.git
synced 2025-02-15 04:32:11 +00:00
temp fix for #2585 with networkd-dispatcher/groovy,now 2.0.1-1
revert when fixed upstream
This commit is contained in:
parent
bf3b9a6f17
commit
7bed67ddcc
2 changed files with 9 additions and 0 deletions
|
@ -88,6 +88,9 @@ gui_static_wan_ip: "unset"
|
||||||
wondershaper_dspeed: "4096"
|
wondershaper_dspeed: "4096"
|
||||||
wondershaper_upspeed: "1024"
|
wondershaper_upspeed: "1024"
|
||||||
|
|
||||||
|
# netplan
|
||||||
|
fix_dispatcher: True
|
||||||
|
|
||||||
# Unused
|
# Unused
|
||||||
# network_config_dir: /etc/network/interfaces.d
|
# network_config_dir: /etc/network/interfaces.d
|
||||||
|
|
||||||
|
|
|
@ -57,6 +57,12 @@
|
||||||
with_items:
|
with_items:
|
||||||
- "{{ netplan.stdout_lines }}"
|
- "{{ netplan.stdout_lines }}"
|
||||||
|
|
||||||
|
- name: Replace networkd-dispatcher #2585 for "groovy"
|
||||||
|
get_url:
|
||||||
|
url: https://gitlab.com/craftyguy/networkd-dispatcher/-/raw/2.1/networkd-dispatcher
|
||||||
|
dest: /usr/bin/networkd-dispatcher
|
||||||
|
when: internet_available and fix_dispatcher and ansible_distribution_release == "groovy"
|
||||||
|
|
||||||
#- name: Supply netplan template
|
#- name: Supply netplan template
|
||||||
# template:
|
# template:
|
||||||
# dest: /etc/netplan/01-iiab-config.yaml
|
# dest: /etc/netplan/01-iiab-config.yaml
|
||||||
|
|
Loading…
Reference in a new issue