mirror of
				https://github.com/kevinveenbirkenbach/computer-playbook.git
				synced 2025-10-31 18:29:21 +00:00 
			
		
		
		
	refactored roles. Not fully tested yet. Testrun will be done tomorrow.,
This commit is contained in:
		| @@ -55,6 +55,7 @@ | ||||
|   roles: | ||||
|   - role: docker-wordpress | ||||
|     vars: | ||||
|       domains: "{{wordpress_domains}}" | ||||
|       http_port: 8003 | ||||
|  | ||||
| - name: setup mediawiki hosts | ||||
| @@ -161,7 +162,7 @@ | ||||
|   roles: | ||||
|    -  role: docker-joomla | ||||
|       vars: | ||||
|         domain: "joomla.{{top_domain}}" | ||||
|         domain: "{{joomla_domains}}" | ||||
|         http_port: 8014 | ||||
|  | ||||
| - name: setup attendize | ||||
|   | ||||
| @@ -1,10 +1,6 @@ | ||||
| --- | ||||
| - name: recieve {{domain}} certificate | ||||
|   command: certbot certonly --agree-tos --email {{administrator_email}} --non-interactive --webroot -w /var/lib/letsencrypt/ -d {{domain}} | ||||
|  | ||||
| - name: configure {{domain}}.conf | ||||
|   template: src=roles/nginx-docker-reverse-proxy/templates/domain.conf.j2 dest=/etc/nginx/conf.d/{{domain}}.conf | ||||
|   notify: restart nginx | ||||
| - name: "include tasks nginx-docker-proxy-domain.yml" | ||||
|   include_tasks: nginx-docker-proxy-domain.yml | ||||
|  | ||||
| - name: register directory | ||||
|   stat: | ||||
|   | ||||
| @@ -1,10 +1,6 @@ | ||||
| --- | ||||
| - name: recieve {{domain}} certificate | ||||
|   command: certbot certonly --agree-tos --email {{administrator_email}} --non-interactive --webroot -w /var/lib/letsencrypt/ -d {{domain}} | ||||
|  | ||||
| - name: configure {{domain}}.conf | ||||
|   template: src=roles/nginx-docker-reverse-proxy/templates/domain.conf.j2 dest=/etc/nginx/conf.d/{{domain}}.conf | ||||
|   notify: restart nginx | ||||
| - name: "include tasks nginx-docker-proxy-domain.yml" | ||||
|   include_tasks: nginx-docker-proxy-domain.yml | ||||
|  | ||||
| - name: "create {{docker_compose_instance_directory}}" | ||||
|   file: | ||||
|   | ||||
| @@ -1,6 +1,6 @@ | ||||
| --- | ||||
| - name: recieve {{domain}} certificate | ||||
|   command: certbot certonly --agree-tos --email {{administrator_email}} --non-interactive --webroot -w /var/lib/letsencrypt/ -d {{domain}} | ||||
| - name: "include task certbot-matomo.yml" | ||||
|   include_tasks: certbot-matomo.yml | ||||
|  | ||||
| - name: configure {{domain}}.conf | ||||
|   template: src=templates/nginx-proxy.conf.j2 dest=/etc/nginx/conf.d/{{domain}}.conf | ||||
|   | ||||
| @@ -1,11 +1,7 @@ | ||||
| --- | ||||
|  | ||||
| - name: recieve {{domain}} certificate | ||||
|   command: certbot certonly --agree-tos --email {{administrator_email}} --non-interactive --webroot -w /var/lib/letsencrypt/ -d {{domain}} | ||||
|  | ||||
| - name: configure {{domain}}.conf | ||||
|   template: src=roles/nginx-docker-reverse-proxy/templates/domain.conf.j2 dest=/etc/nginx/conf.d/{{domain}}.conf | ||||
|   notify: restart nginx | ||||
| - name: "include tasks nginx-docker-proxy-domain.yml" | ||||
|   include_tasks: nginx-docker-proxy-domain.yml | ||||
|  | ||||
| - name: create elasticsearch-sysctl.conf | ||||
|   copy: | ||||
|   | ||||
| @@ -1,10 +1,6 @@ | ||||
| --- | ||||
| - name: recieve {{domain}} certificate | ||||
|   command: certbot certonly --agree-tos --email {{administrator_email}} --non-interactive --webroot -w /var/lib/letsencrypt/ -d {{domain}} | ||||
|  | ||||
| - name: configure {{domain}}.conf | ||||
|   template: src=roles/nginx-docker-reverse-proxy/templates/domain.conf.j2 dest=/etc/nginx/conf.d/{{domain}}.conf | ||||
|   notify: restart nginx | ||||
| - name: "include tasks nginx-docker-proxy-domain.yml" | ||||
|   include_tasks: nginx-docker-proxy-domain.yml | ||||
|  | ||||
| - name: "create {{docker_compose_instance_directory}}" | ||||
|   file: | ||||
|   | ||||
| @@ -1,10 +1,6 @@ | ||||
| --- | ||||
| - name: recieve {{domain}} certificate | ||||
|   command: certbot certonly --agree-tos --email {{administrator_email}} --non-interactive --webroot -w /var/lib/letsencrypt/ -d {{domain}} | ||||
|  | ||||
| - name: configure {{domain}} https | ||||
|   template: src=roles/nginx-docker-reverse-proxy/templates/domain.conf.j2 dest=/etc/nginx/conf.d/{{domain}}.conf | ||||
|   notify: restart nginx | ||||
| - name: "include tasks nginx-docker-proxy-domain.yml" | ||||
|   include_tasks: nginx-docker-proxy-domain.yml | ||||
|  | ||||
| - name: "create {{docker_compose_instance_directory}}" | ||||
|   file: | ||||
|   | ||||
| @@ -1,9 +1,5 @@ | ||||
| - name: recieve {{domain}} certificate | ||||
|   command: certbot certonly --agree-tos --email {{administrator_email}} --non-interactive --webroot -w /var/lib/letsencrypt/ -d {{domain}} | ||||
|  | ||||
| - name: configure {{domain}}.conf | ||||
|   template: src=roles/nginx-docker-reverse-proxy/templates/domain.conf.j2 dest=/etc/nginx/conf.d/{{domain}}.conf | ||||
|   notify: restart nginx | ||||
| - name: "include tasks nginx-docker-proxy-domain.yml" | ||||
|   include_tasks: nginx-docker-proxy-domain.yml | ||||
|  | ||||
| - name: "docker jenkins" | ||||
|   docker_compose: | ||||
|   | ||||
| @@ -1,10 +1,9 @@ | ||||
| --- | ||||
| - name: recieve {{domain}} certificate | ||||
|   command: certbot certonly --agree-tos --email {{administrator_email}} --non-interactive --webroot -w /var/lib/letsencrypt/ -d {{domain}} | ||||
|  | ||||
| - name: configure {{domain}}.conf | ||||
|   template: src=roles/nginx-docker-reverse-proxy/templates/domain.conf.j2 dest=/etc/nginx/conf.d/{{domain}}.conf | ||||
|   notify: restart nginx | ||||
| - name: "include tasks nginx-docker-proxy-domain.yml" | ||||
|   include_tasks: nginx-docker-proxy-domain.yml | ||||
|   loop: "{{ domains }}" | ||||
|   loop_control: | ||||
|     loop_var: domain | ||||
|  | ||||
| - name: "create {{docker_compose_instance_directory}}" | ||||
|   file: | ||||
|   | ||||
| @@ -1,12 +1,6 @@ | ||||
| --- | ||||
| - name: recieve {{domain}} certificate | ||||
|   command: certbot certonly --agree-tos --email {{administrator_email}} --non-interactive --webroot -w /var/lib/letsencrypt/ -d {{domain}} | ||||
|  | ||||
| - name: configure {{domain}}.conf | ||||
|   template:  | ||||
|     src:  "roles/nginx-docker-reverse-proxy/templates/domain.conf.j2" | ||||
|     dest: "/etc/nginx/conf.d/{{domain}}.conf" | ||||
|   notify: restart nginx | ||||
| - name: "include tasks nginx-docker-proxy-domain.yml" | ||||
|   include_tasks: nginx-docker-proxy-domain.yml | ||||
|  | ||||
| - name: "create {{docker_compose_instance_directory}}" | ||||
|   file: | ||||
|   | ||||
| @@ -1,13 +1,8 @@ | ||||
| --- | ||||
|  | ||||
| - name: recieve {{domain}} certificate | ||||
|   command: certbot certonly --agree-tos --email {{administrator_email}} --non-interactive --webroot -w /var/lib/letsencrypt/ -d {{domain}} | ||||
|  | ||||
| - name: configure {{domain}}.conf | ||||
| - name: "include tasks nginx-docker-proxy-domain.yml" | ||||
|   include_tasks: nginx-docker-proxy-domain.yml | ||||
|   vars: | ||||
|     client_max_body_size: "31M" | ||||
|   template: src=roles/nginx-docker-reverse-proxy/templates/domain.conf.j2 dest=/etc/nginx/conf.d/{{domain}}.conf | ||||
|   notify: restart nginx | ||||
|  | ||||
| - name: "create {{path_docker_compose_files}}mailu" | ||||
|   file: | ||||
|   | ||||
| @@ -1,6 +1,6 @@ | ||||
| --- | ||||
| - name: recieve {{domain}} certificate | ||||
|   command: certbot certonly --agree-tos --email {{administrator_email}} --non-interactive --webroot -w /var/lib/letsencrypt/ -d {{domain}} | ||||
| - name: "include task certbot-matomo.yml" | ||||
|   include_tasks: certbot-matomo.yml | ||||
|  | ||||
| - name: configure {{domain}}.conf | ||||
|   template: src=templates/mastodon.conf.j2 dest=/etc/nginx/conf.d/{{domain}}.conf | ||||
|   | ||||
| @@ -1,12 +1,6 @@ | ||||
| --- | ||||
| - name: recieve {{domain}} certificate | ||||
|   command: certbot certonly --agree-tos --email {{administrator_email}} --non-interactive --webroot -w /var/lib/letsencrypt/ -d {{domain}} | ||||
|  | ||||
| - name: configure {{domain}}.conf | ||||
|   template:  | ||||
|     src:  "roles/nginx-docker-reverse-proxy/templates/domain.conf.j2" | ||||
|     dest: "/etc/nginx/conf.d/{{domain}}.conf" | ||||
|   notify: restart nginx | ||||
| - name: "include tasks nginx-docker-proxy-domain.yml" | ||||
|   include_tasks: nginx-docker-proxy-domain.yml | ||||
|  | ||||
| - name: "create {{docker_compose_instance_directory}}" | ||||
|   file: | ||||
|   | ||||
| @@ -1,9 +1,5 @@ | ||||
| - name: recieve {{domain}} certificate | ||||
|   command: certbot certonly --agree-tos --email {{administrator_email}} --non-interactive --webroot -w /var/lib/letsencrypt/ -d {{domain}} | ||||
|  | ||||
| - name: configure {{domain}}.conf | ||||
|   template: src=roles/nginx-docker-reverse-proxy/templates/domain.conf.j2 dest=/etc/nginx/conf.d/{{domain}}.conf | ||||
|   notify: restart nginx | ||||
| - name: "include tasks nginx-docker-proxy-domain.yml" | ||||
|   include_tasks: nginx-docker-proxy-domain.yml | ||||
|  | ||||
| - name: "docker mediawiki" | ||||
|   docker_compose: | ||||
|   | ||||
| @@ -1,6 +1,6 @@ | ||||
| --- | ||||
| - name: recieve {{domain}} certificate | ||||
|   command: certbot certonly --agree-tos --email {{administrator_email}} --non-interactive --webroot -w /var/lib/letsencrypt/ -d {{domain}} | ||||
| - name: "include task certbot-matomo.yml" | ||||
|   include_tasks: certbot-matomo.yml | ||||
|  | ||||
| - name: configure {{domain}}.conf | ||||
|   template:  | ||||
|   | ||||
| @@ -1,10 +1,6 @@ | ||||
| --- | ||||
| - name: recieve {{domain}} certificate | ||||
|   command: certbot certonly --agree-tos --email {{administrator_email}} --non-interactive --webroot -w /var/lib/letsencrypt/ -d {{domain}} | ||||
|  | ||||
| - name: configure {{domain}}.conf | ||||
|   template: src=templates/peertube.conf.j2 dest=/etc/nginx/conf.d/{{domain}}.conf | ||||
|   notify: restart nginx | ||||
| - name: "include task certbot-matomo.yml" | ||||
|   include_tasks: certbot-matomo.yml | ||||
|  | ||||
| - name: "create {{docker_compose_instance_directory}}" | ||||
|   file: | ||||
|   | ||||
| @@ -1,10 +1,6 @@ | ||||
| --- | ||||
| - name: recieve {{domain}} certificate | ||||
|   command: certbot certonly --agree-tos --email {{administrator_email}} --non-interactive --webroot -w /var/lib/letsencrypt/ -d {{domain}} | ||||
|  | ||||
| - name: configure {{domain}}.conf | ||||
|   template: src=roles/nginx-docker-reverse-proxy/templates/domain.conf.j2 dest=/etc/nginx/conf.d/{{domain}}.conf | ||||
|   notify: restart nginx | ||||
| - name: "include tasks nginx-docker-proxy-domain.yml" | ||||
|   include_tasks: nginx-docker-proxy-domain.yml | ||||
|  | ||||
| - name: "create {{docker_compose_instance_directory}}" | ||||
|   file: | ||||
|   | ||||
| @@ -1,10 +1,6 @@ | ||||
| --- | ||||
| - name: recieve {{domain}} certificate | ||||
|   command: certbot certonly --agree-tos --email {{administrator_email}} --non-interactive --webroot -w /var/lib/letsencrypt/ -d {{domain}} | ||||
|  | ||||
| - name: configure {{domain}}.conf | ||||
|   template: src=roles/nginx-docker-reverse-proxy/templates/domain.conf.j2 dest=/etc/nginx/conf.d/{{domain}}.conf | ||||
|   notify: restart nginx | ||||
| - name: "include tasks nginx-docker-proxy-domain.yml" | ||||
|   include_tasks: nginx-docker-proxy-domain.yml | ||||
|  | ||||
| - name: "create {{docker_compose_instance_directory}}" | ||||
|   file: | ||||
|   | ||||
| @@ -1,10 +0,0 @@ | ||||
| - name: Activate NGINX matomo tracking for {{domain}} | ||||
|   include_role: | ||||
|     name: nginx-matomo-tracking | ||||
|   when: nginx_matomo_tracking_active | ||||
|  | ||||
| - name: configure wordpress nginx configurations | ||||
|   vars: | ||||
|     client_max_body_size: "{{wordpress_max_upload_size}}" | ||||
|   template: src=roles/nginx-docker-reverse-proxy/templates/domain.conf.j2 dest=/etc/nginx/conf.d/{{ domain }}.conf | ||||
|   notify: restart nginx | ||||
| @@ -1,19 +1,12 @@ | ||||
| --- | ||||
| - name: "include task receive certbot certificate" | ||||
|   include_tasks: recieve-certbot-certificate.yml | ||||
|   vars: | ||||
|     domain: "{{ item }}" | ||||
|   loop: "{{ wordpress_domains }}" | ||||
|   loop_control: | ||||
|     loop_var: item | ||||
|  | ||||
| - name: "include task create wordpress nginx" | ||||
|   include_tasks: create-wordpress-nginx.yml | ||||
|   vars: | ||||
|     domain: "{{ item }}" | ||||
|   loop: "{{ wordpress_domains }}" | ||||
| - name: "include tasks nginx-docker-proxy-domain.yml" | ||||
|   include_tasks: nginx-docker-proxy-domain.yml | ||||
|   loop: "{{ domains }}" | ||||
|   loop_control: | ||||
|     loop_var: item | ||||
|     loop_var: domain | ||||
|   vars: | ||||
|     client_max_body_size: "{{wordpress_max_upload_size}}" | ||||
|  | ||||
| - name: "create {{docker_compose_instance_directory}}" | ||||
|   file: | ||||
|   | ||||
| @@ -1,12 +1,6 @@ | ||||
| --- | ||||
| - name: recieve {{domain}} certificate | ||||
|   command: certbot certonly --agree-tos --email {{administrator_email}} --non-interactive --webroot -w /var/lib/letsencrypt/ -d {{domain}} | ||||
|  | ||||
| - name: configure {{domain}}.conf | ||||
|   template:  | ||||
|     src:  "roles/nginx-docker-reverse-proxy/templates/domain.conf.j2" | ||||
|     dest: "/etc/nginx/conf.d/{{domain}}.conf" | ||||
|   notify: restart nginx | ||||
| - name: "include tasks nginx-docker-proxy-domain.yml" | ||||
|   include_tasks: nginx-docker-proxy-domain.yml | ||||
|  | ||||
| - name: "create {{docker_compose_instance_directory}}" | ||||
|   file: | ||||
|   | ||||
| @@ -1,10 +1,11 @@ | ||||
| --- | ||||
| - name: "include task certbot-matomo.yml" | ||||
|   include_tasks: certbot-matomo.yml | ||||
|  | ||||
| - name: configure {{domain}}.conf | ||||
|   template: src=homepage.nginx.conf.j2 dest=/etc/nginx/conf.d/{{domain}}.conf | ||||
|   notify: restart nginx | ||||
|  | ||||
| - name: recieve {{domain}} certificate | ||||
|   command: certbot certonly --agree-tos --email {{administrator_email}} --non-interactive --webroot -w /var/lib/letsencrypt/ -d {{domain}} | ||||
|  | ||||
| - name: nginx-homepage repo git | ||||
|   git: | ||||
|     repo: "{{nginx_homepage_repository_address}}" | ||||
|   | ||||
							
								
								
									
										5
									
								
								tasks/certbot-matomo.yml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										5
									
								
								tasks/certbot-matomo.yml
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,5 @@ | ||||
| - name: "include task receive certbot certificate" | ||||
|   include_tasks: recieve-certbot-certificate.yml | ||||
|  | ||||
| - name: "include task implement-matomo-tracking.yml" | ||||
|   include_tasks: implement-matomo-tracking.yml | ||||
| @@ -1,8 +1,5 @@ | ||||
| - name: "include task receive certbot certificate" | ||||
|   include_tasks: recieve-certbot-certificate.yml | ||||
|  | ||||
| - name: "include task implement-matomo-tracking.yml" | ||||
|   include_tasks: implement-matomo-tracking.yml | ||||
| - name: "include task certbot-matomo.yml" | ||||
|   include_tasks: certbot-matomo.yml | ||||
|  | ||||
| - name: "include task create-domain-conf.yml" | ||||
|   include_tasks: create-domain-conf.yml | ||||
|   | ||||
		Reference in New Issue
	
	Block a user