This commit is contained in:
2021-11-09 01:13:48 +01:00
commit 034e8ef0a7
7 changed files with 98 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
- name: disable cloudinit
copy:
content: ""
dest: /etc/cloud/cloud-init.disabled
force: no
- name: disable network autoconfig
copy:
content: "network: {config: disabled}"
dest: /etc/cloud/cloud.cfg.d/99-disable-network-config.cfg
force: no