Configure ArgoCD w/ password;Add bcrypt dependency
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
fb8b9b735f
commit
7fb0e80537
@ -158,6 +158,9 @@
|
|||||||
enabled: true
|
enabled: true
|
||||||
hosts:
|
hosts:
|
||||||
- gitops.{{ vapp['metacluster.fqdn'] }}
|
- gitops.{{ vapp['metacluster.fqdn'] }}
|
||||||
|
configs:
|
||||||
|
secret:
|
||||||
|
argocdServerAdminPassword: "{{ vapp['guestinfo.rootpw'] | password_hash('bcrypt') }}"
|
||||||
|
|
||||||
- name: Cleanup tempfile
|
- name: Cleanup tempfile
|
||||||
ansible.builtin.file:
|
ansible.builtin.file:
|
||||||
|
@ -95,4 +95,6 @@ dependencies:
|
|||||||
|
|
||||||
packages:
|
packages:
|
||||||
- lvm2
|
- lvm2
|
||||||
|
- python3-passlib
|
||||||
- skopeo
|
- skopeo
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user