Compare commits
2 Commits
7cc8fbbccb
...
01601de897
Author | SHA1 | Date | |
---|---|---|---|
01601de897 | |||
a2198f1109 |
@ -186,14 +186,6 @@
|
|||||||
prefix: "{{ vapp['guestinfo.prefixlength'] }}"
|
prefix: "{{ vapp['guestinfo.prefixlength'] }}"
|
||||||
gateway: "{{ vapp['guestinfo.gateway'] }}"
|
gateway: "{{ vapp['guestinfo.gateway'] }}"
|
||||||
|
|
||||||
# - name: Remove working files
|
|
||||||
# ansible.builtin.file:
|
|
||||||
# path: "{{ item }}"
|
|
||||||
# state: absent
|
|
||||||
# loop: "{{ query('ansible.builtin.fileglob', capi_clustermanifest.path ~ '/*.yaml') }}"
|
|
||||||
# loop_control:
|
|
||||||
# label: "{{ item | basename }}"
|
|
||||||
|
|
||||||
- name: Push git repository
|
- name: Push git repository
|
||||||
lvrfrc87.git_acp.git_acp:
|
lvrfrc87.git_acp.git_acp:
|
||||||
path: "{{ capi_clustermanifest.path }}"
|
path: "{{ capi_clustermanifest.path }}"
|
||||||
|
@ -1,2 +1,6 @@
|
|||||||
[defaults]
|
[defaults]
|
||||||
callbacks_enabled = ansible.posix.profile_tasks
|
callbacks_enabled = ansible.posix.profile_tasks
|
||||||
|
force_color = true
|
||||||
|
|
||||||
|
[callback_profile_tasks]
|
||||||
|
task_output_limit = 5
|
||||||
|
@ -245,7 +245,7 @@ components:
|
|||||||
|
|
||||||
pinniped:
|
pinniped:
|
||||||
helm:
|
helm:
|
||||||
version: 1.2.11 # (= Pinniped v0.25.0)
|
version: 1.3.3 # (= Pinniped v0.25.0)
|
||||||
chart: bitnami/pinniped
|
chart: bitnami/pinniped
|
||||||
parse_logic: helm template . | yq --no-doc eval '.. | .image? | select(.)' | sort -u | awk '!/ /'
|
parse_logic: helm template . | yq --no-doc eval '.. | .image? | select(.)' | sort -u | awk '!/ /'
|
||||||
chart_values: !unsafe |
|
chart_values: !unsafe |
|
||||||
|
@ -21,7 +21,7 @@ downstream:
|
|||||||
defaultDataPath: /mnt/blockstorage
|
defaultDataPath: /mnt/blockstorage
|
||||||
|
|
||||||
pinniped:
|
pinniped:
|
||||||
version: 1.2.11 # (= Pinniped v0.25.0)
|
version: 1.3.3 # (= Pinniped v0.25.0)
|
||||||
chart: bitnami/pinniped
|
chart: bitnami/pinniped
|
||||||
namespace: pinniped-concierge
|
namespace: pinniped-concierge
|
||||||
parse_logic: helm template . | yq --no-doc eval '.. | .image? | select(.)' | sort -u | awk '!/ /'
|
parse_logic: helm template . | yq --no-doc eval '.. | .image? | select(.)' | sort -u | awk '!/ /'
|
||||||
|
Reference in New Issue
Block a user