Deploy NGINX for acme_challenge and PROXY Prot. on PubRP on Chaosknoten
This commit is contained in:
		
					parent
					
						
							
								2825c5089f
							
						
					
				
			
			
				commit
				
					
						06233d22d5
					
				
			
		
					 4 changed files with 97 additions and 0 deletions
				
			
		|  | @ -0,0 +1,8 @@ | |||
| nginx__version_spec: "" | ||||
| nginx__deploy_redirect_conf: false | ||||
| nginx__configurations: | ||||
|   - name: acme_challenge | ||||
|     content: "{{ lookup('ansible.builtin.file', 'chaosknoten/configs/public-reverse-proxy/nginx/acme_challenge.conf') }}" | ||||
| nginx__use_custom_nginx_conf: true | ||||
| nginx__custom_nginx_conf: | | ||||
|   {{ lookup('file', 'chaosknoten/configs/public-reverse-proxy/nginx/nginx.conf') }} | ||||
							
								
								
									
										14
									
								
								inventories/chaosknoten/hosts.yaml
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										14
									
								
								inventories/chaosknoten/hosts.yaml
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,14 @@ | |||
| all: | ||||
|   children: | ||||
|     debian_12: | ||||
|       hosts: | ||||
|         public-reverse-proxy: | ||||
|           ansible_host: public-reverse-proxy.hamburg.ccc.de | ||||
|           ansible_port: 42666 | ||||
|           ansible_user: chaos | ||||
|     nginx_hosts: | ||||
|       hosts: | ||||
|         public-reverse-proxy: | ||||
|     public_reverse_proxy_hosts: | ||||
|       hosts: | ||||
|         public-reverse-proxy: | ||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 julian
					julian