Compare commits
2 Commits
3b89aed52b
...
8e7e23c8bc
Author | SHA1 | Date | |
---|---|---|---|
8e7e23c8bc | |||
e4cfc26e2c |
@ -15,9 +15,9 @@
|
|||||||
{{
|
{{
|
||||||
{ 'components': (
|
{ 'components': (
|
||||||
metacluster_chartvalues |
|
metacluster_chartvalues |
|
||||||
combine({ 'clusterapi' : components['clusterapi'] }) |
|
combine({ 'clusterapi': components['clusterapi'] }) |
|
||||||
combine({ 'kubevip' : components['kubevip'] }) |
|
combine({ 'kubevip' : components['kubevip'] }) |
|
||||||
combine({ 'local-user-auth': components['local-user-auth'] })),
|
combine({ 'pinniped' : components['pinniped'] })),
|
||||||
'appliance': {
|
'appliance': {
|
||||||
'version': (applianceversion)
|
'version': (applianceversion)
|
||||||
}
|
}
|
||||||
@ -111,7 +111,7 @@
|
|||||||
|
|
||||||
- name: Download pinniped local-user-authenticator manifest
|
- name: Download pinniped local-user-authenticator manifest
|
||||||
ansible.builtin.get_url:
|
ansible.builtin.get_url:
|
||||||
url: https://get.pinniped.dev/{{ components['local-user-authenticator'].version }}/install-local-user-authenticator.yaml
|
url: https://get.pinniped.dev/{{ components.pinniped['local-user-authenticator'].version }}/install-local-user-authenticator.yaml
|
||||||
dest: /opt/metacluster/pinniped/local-user-authenticator.yaml
|
dest: /opt/metacluster/pinniped/local-user-authenticator.yaml
|
||||||
register: pinniped_manifest
|
register: pinniped_manifest
|
||||||
retries: 5
|
retries: 5
|
||||||
|
@ -31,7 +31,7 @@
|
|||||||
data:
|
data:
|
||||||
- groups: group1,group2
|
- groups: group1,group2
|
||||||
passwordHash: "{{ item.password }}"
|
passwordHash: "{{ item.password }}"
|
||||||
loop: "{{ components['local-user-authenticator'].users }}"
|
loop: "{{ components.pinniped['local-user-authenticator'].users }}"
|
||||||
|
|
||||||
- block:
|
- block:
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
iso_url = "sn.itch.fyi/Repository/iso/Canonical/Ubuntu%20Server%2022.04/ubuntu-22.04.1-live-server-amd64.iso"
|
iso_url = "sn.itch.fyi/Repository/iso/Canonical/Ubuntu%20Server%2022.04/ubuntu-22.04.3-live-server-amd64.iso"
|
||||||
iso_checksum = "sha256:10F19C5B2B8D6DB711582E0E27F5116296C34FE4B313BA45F9B201A5007056CB"
|
iso_checksum = "sha256:A4ACFDA10B18DA50E2EC50CCAF860D7F20B389DF8765611142305C0E911D16FD"
|
||||||
|
|
||||||
// iso_url = "sn.itch.fyi/Repository/iso/Canonical/Ubuntu%20Server%2022.04/ubuntu-22.04-live-server-amd64.iso"
|
// iso_url = "sn.itch.fyi/Repository/iso/Canonical/Ubuntu%20Server%2022.04/ubuntu-22.04.1-live-server-amd64.iso"
|
||||||
// iso_checksum = "sha256:84AEAF7823C8C61BAA0AE862D0A06B03409394800000B3235854A6B38EB4856F"
|
// iso_checksum = "sha256:10F19C5B2B8D6DB711582E0E27F5116296C34FE4B313BA45F9B201A5007056CB"
|
||||||
|
Reference in New Issue
Block a user