forked from CCCHH/ansible-infra
		
	
		
			
				
	
	
		
			99 lines
		
	
	
	
		
			2.8 KiB
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			99 lines
		
	
	
	
		
			2.8 KiB
		
	
	
	
		
			YAML
		
	
	
	
	
	
| all:
 | |
|   children:
 | |
|     debian_12:
 | |
|       hosts:
 | |
|         cloud:
 | |
|           ansible_host: cloud-intern.hamburg.ccc.de
 | |
|           ansible_user: chaos
 | |
|           ansible_ssh_common_args: -J ssh://chaos@public-reverse-proxy.hamburg.ccc.de:42666
 | |
|         grafana:
 | |
|           ansible_host: grafana-intern.hamburg.ccc.de
 | |
|           ansible_port: 42666
 | |
|           ansible_user: chaos
 | |
|           ansible_ssh_common_args: -J ssh://chaos@public-reverse-proxy.hamburg.ccc.de:42666
 | |
|         hackertours:
 | |
|           ansible_host: hackertours-intern.hamburg.ccc.de
 | |
|           ansible_port: 42666
 | |
|           ansible_user: chaos
 | |
|           ansible_ssh_common_args: -J ssh://chaos@public-reverse-proxy.hamburg.ccc.de:42666
 | |
|         keycloak:
 | |
|           ansible_host: keycloak-intern.hamburg.ccc.de
 | |
|           ansible_user: chaos
 | |
|           ansible_ssh_common_args: -J ssh://chaos@public-reverse-proxy.hamburg.ccc.de:42666
 | |
|         lists:
 | |
|           ansible_host: lists.hamburg.ccc.de
 | |
|           ansible_port: 42666
 | |
|           ansible_user: chaos
 | |
|         onlyoffice:
 | |
|           ansible_host: onlyoffice-intern.hamburg.ccc.de
 | |
|           ansible_user: chaos
 | |
|           ansible_ssh_common_args: -J ssh://chaos@public-reverse-proxy.hamburg.ccc.de:42666
 | |
|         pad:
 | |
|           ansible_host: pad-intern.hamburg.ccc.de
 | |
|           ansible_port: 42666
 | |
|           ansible_user: chaos
 | |
|           ansible_ssh_common_args: -J ssh://chaos@public-reverse-proxy.hamburg.ccc.de:42666
 | |
|         public-reverse-proxy:
 | |
|           ansible_host: public-reverse-proxy.hamburg.ccc.de
 | |
|           ansible_port: 42666
 | |
|           ansible_user: chaos
 | |
|         wiki:
 | |
|           ansible_host: wiki-intern.hamburg.ccc.de
 | |
|           ansible_user: chaos
 | |
|           ansible_ssh_common_args: -J ssh://chaos@public-reverse-proxy.hamburg.ccc.de:42666
 | |
|         zammad:
 | |
|           ansible_host: zammad-intern.hamburg.ccc.de
 | |
|           ansible_port: 42666
 | |
|           ansible_user: chaos
 | |
|           ansible_ssh_common_args: -J ssh://chaos@public-reverse-proxy.hamburg.ccc.de:42666
 | |
|     docker_compose_hosts:
 | |
|       hosts:
 | |
|         grafana:
 | |
|         hackertours:
 | |
|         keycloak:
 | |
|         lists:
 | |
|         onlyoffice:
 | |
|         pad:
 | |
|         zammad:
 | |
|     nextcloud_hosts:
 | |
|       hosts:
 | |
|         cloud:
 | |
|     nginx_hosts:
 | |
|       hosts:
 | |
|         grafana:
 | |
|         hackertours:
 | |
|         keycloak:
 | |
|         lists:
 | |
|         onlyoffice:
 | |
|         pad:
 | |
|         public-reverse-proxy:
 | |
|         wiki:
 | |
|         zammad:
 | |
|     public_reverse_proxy_hosts:
 | |
|       hosts:
 | |
|         public-reverse-proxy:
 | |
|     ssh_server_config_hosts:
 | |
|       hosts:
 | |
|         keycloak:
 | |
|         wiki:
 | |
|     certbot_hosts:
 | |
|       hosts:
 | |
|         grafana:
 | |
|         hackertours:
 | |
|         keycloak:
 | |
|         lists:
 | |
|         onlyoffice:
 | |
|         pad:
 | |
|         wiki:
 | |
|         zammad:
 | |
|     infrastructure_authorized_keys_hosts:
 | |
|       hosts:
 | |
|         grafana:
 | |
|         hackertours:
 | |
|         cloud:
 | |
|         keycloak:
 | |
|         onlyoffice:
 | |
|         pad:
 | |
|         public-reverse-proxy:
 | |
|         wiki:
 | |
|         zammad:
 |