Configure ArgoCD w/ password;Add bcrypt dependency
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Danny Bessems 2022-07-05 16:09:02 +02:00
parent fb8b9b735f
commit 7fb0e80537
2 changed files with 5 additions and 0 deletions

View File

@ -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:

View File

@ -95,4 +95,6 @@ dependencies:
packages:
- lvm2
- python3-passlib
- skopeo