Import friwall role from network ansible scripts
To reuse alpine and nginx roles. Probably going to merge repos at some point.
This commit is contained in:
		
							parent
							
								
									bacfc66f7c
								
							
						
					
					
						commit
						973522c373
					
				
					 14 changed files with 249 additions and 1 deletions
				
			
		
							
								
								
									
										10
									
								
								roles/friwall/templates/settings.json.j2
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										10
									
								
								roles/friwall/templates/settings.json.j2
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,10 @@ | |||
| { | ||||
|   "ldap_host": "{{ domain }}", | ||||
|   "ldap_user": "{{ lookup("passwordstore", "vm/"~inventory_hostname, subkey="ldap_user") }}", | ||||
|   "ldap_pass": "{{ lookup("passwordstore", "vm/"~inventory_hostname, subkey="ldap_pass") }}", | ||||
|   "ldap_base_dn": "{{ ldap_base_dn }}", | ||||
|   "oidc_server": "{{ lookup("passwordstore", "vm/"~inventory_hostname, subkey="oidc_server") }}", | ||||
|   "oidc_client_id": "{{ lookup("passwordstore", "vm/"~inventory_hostname, subkey="oidc_client_id") }}", | ||||
|   "oidc_client_secret": "{{ lookup("passwordstore", "vm/"~inventory_hostname, subkey="oidc_client_secret") }}", | ||||
|   "wg_net": "{{ wg_net }}" | ||||
| } | ||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue