1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

netplan.yml: Explain forced 'systemd_networkd_active: False' (for 1-prep)

This commit is contained in:
A Holt 2022-07-23 15:54:38 -04:00 committed by GitHub
parent 14b6fa624e
commit 1b6c988b21
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,8 +4,9 @@
register: netplan
#ignore_errors: True # pre 17.10 doesn't use netplan
# 2022-07-23
- name: Default to False
# 2022-07-23: PR #3319 "Ubuntu variants [all] use NetworkManager as the backend
# for use with netplan and ship with systemd-networkd present but disabled"
- name: "Force default 'systemd_networkd_active: False' -- nec b/c network/default/main.yml is omitted when 1-prep directly invokes network/tasks/install.yml"
set_fact:
systemd_networkd_active: False