Override cloud-init datasource list;Add package open-iscsi
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
af4c3a1b08
commit
8b30841fc4
5
ansible/roles/custom/tasks/main.yml
Normal file
5
ansible/roles/custom/tasks/main.yml
Normal file
@ -0,0 +1,5 @@
|
||||
- name: Override cloud-init datasource list
|
||||
ansible.builtin.copy:
|
||||
dest: /etc/cloud/cloud.cfg.d/90_dpkg.cfg
|
||||
content: |
|
||||
datasource_list: [ VMware, None ]
|
@ -1,15 +1,15 @@
|
||||
{
|
||||
"build_target": "virt",
|
||||
"disable_public_repos": "false",
|
||||
"extra_debs": "",
|
||||
"extra_debs": "open-iscsi",
|
||||
"extra_repos": "",
|
||||
"extra_rpms": "open-iscsi",
|
||||
"extra_rpms": "",
|
||||
"firstboot_custom_roles_post": "",
|
||||
"firstboot_custom_roles_pre": "",
|
||||
"http_proxy": "",
|
||||
"https_proxy": "",
|
||||
"no_proxy": "",
|
||||
"node_custom_roles_post": "",
|
||||
"node_custom_roles_post": "custom",
|
||||
"node_custom_roles_pre": "",
|
||||
"pause_image": "registry.k8s.io/pause:3.9",
|
||||
"pip_conf_file": "",
|
||||
|
Loading…
Reference in New Issue
Block a user