Remove custom ansible role (overwrite cloud-init datasource priority)
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
e6c366a5be
commit
19628c3080
@ -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 ]
|
|
@ -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": "",
|
||||||
|
Loading…
Reference in New Issue
Block a user