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:
		| @@ -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: | ||||
|   | ||||
		Reference in New Issue
	
	Block a user