Remove custom ansible role (overwrite cloud-init datasource priority)
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Danny Bessems 2023-03-18 20:15:48 +01:00
parent e6c366a5be
commit 19628c3080
2 changed files with 1 additions and 7 deletions

View File

@ -1,6 +0,0 @@
- name: Override cloud-init datasource list
ansible.builtin.copy:
dest: /etc/cloud/cloud.cfg.d/90_dpkg.cfg
content: |
# To update this file, run dpkg-reconfigure cloud-init
datasource_list: [ VMware, None ]

View File

@ -9,7 +9,7 @@
"http_proxy": "", "http_proxy": "",
"https_proxy": "", "https_proxy": "",
"no_proxy": "", "no_proxy": "",
"node_custom_roles_post": "custom", "node_custom_roles_post": "",
"node_custom_roles_pre": "", "node_custom_roles_pre": "",
"pause_image": "registry.k8s.io/pause:3.9", "pause_image": "registry.k8s.io/pause:3.9",
"pip_conf_file": "", "pip_conf_file": "",