Compare commits
No commits in common. "20f28f7d8a90547cb078bd64436f39c2b70d5a69" and "594e62cf7137c073fec95d70a968a6fc6dc48c06" have entirely different histories.
20f28f7d8a
...
594e62cf71
@ -1,12 +1,10 @@
|
|||||||
- block:
|
- block:
|
||||||
|
|
||||||
- name: Import generated values file into dictionary and combine with custom values
|
- name: Inject password into values file
|
||||||
ansible.builtin.set_fact:
|
ansible.builtin.copy:
|
||||||
values_initial: |
|
dest: "{{ stepconfig.path }}"
|
||||||
{{
|
content: "{{ lookup('ansible.builtin.file', stepconfig.path) | regex_replace('(ca_password|provisioner_password):[ ]?\n', '\\1: ' ~ (vapp['metacluster.password'] | b64encode) ~ '\n') }}"
|
||||||
lookup('ansible.builtin.file', stepconfig.path) | from_yaml |
|
no_log: true
|
||||||
combine( components['step-certificates'].chart_values | from_yaml, recursive=True, list_merge='append')
|
|
||||||
}}
|
|
||||||
|
|
||||||
- name: Install step-ca chart
|
- name: Install step-ca chart
|
||||||
kubernetes.core.helm:
|
kubernetes.core.helm:
|
||||||
|
@ -37,7 +37,7 @@
|
|||||||
state: directory
|
state: directory
|
||||||
|
|
||||||
- name: Configure Ansible defaults
|
- name: Configure Ansible defaults
|
||||||
ansible.builtin.copy:
|
ansible.builtin.template:
|
||||||
dest: /etc/ansible/ansible.cfg
|
dest: /etc/ansible/ansible.cfg
|
||||||
content: |
|
content: |
|
||||||
[defaults]
|
[defaults]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user