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
|
||||
hosts:
|
||||
- gitops.{{ vapp['metacluster.fqdn'] }}
|
||||
configs:
|
||||
secret:
|
||||
argocdServerAdminPassword: "{{ vapp['guestinfo.rootpw'] | password_hash('bcrypt') }}"
|
||||
|
||||
- name: Cleanup tempfile
|
||||
ansible.builtin.file:
|
||||
|
@ -95,4 +95,6 @@ dependencies:
|
||||
|
||||
packages:
|
||||
- lvm2
|
||||
- python3-passlib
|
||||
- skopeo
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user