Set network configuration for cloud-init

This commit is contained in:
Sam A. 2023-12-25 16:54:39 +01:00
parent 031e2d1a80
commit c3f9ce77ea
Signed by: samsapti
GPG key ID: CBBBE7371E81C4EA

View file

@ -90,4 +90,5 @@ system_info:
templates_dir: /etc/cloud/templates/
ssh_svcname: sshd
network:
renderers: ['sysconfig', 'eni', 'netplan', 'network-manager', 'networkd']
renderers: ['sysconfig']
activators: ['network-manager']