Account for adjusted variable nomenclature in roles.
This commit is contained in:
		
							parent
							
								
									6cc72adeab
								
							
						
					
					
						commit
						0d0724245e
					
				
					 1 changed files with 13 additions and 8 deletions
				
			
		|  | @ -16,11 +16,14 @@ firewall_allowed_udp_ports: | ||||||
| users: | users: | ||||||
|   - deploy |   - deploy | ||||||
| sudoers: [] | sudoers: [] | ||||||
|  | docker_user: deploy | ||||||
|  | cryptpad_install_user: "{{ docker_user }}" | ||||||
| cryptpad_virtual_host: pad.satt.local | cryptpad_virtual_host: pad.satt.local | ||||||
| cryptpad_safe_virtual_host: pad-sandbox.satt.local | cryptpad_safe_virtual_host: pad-sandbox.satt.local | ||||||
| cryptpad_admin_email: admin@example.tld | cryptpad_admin_email: admin@example.tld | ||||||
| cryptpad_block_daily_check: yes | cryptpad_block_daily_check: yes | ||||||
| mariadb_root_password: password | nextcloud_install_user: "{{ docker_user }}" | ||||||
|  | nextcloud_mariadb_root_password: password | ||||||
| nextcloud_mariadb_user: nextcloud | nextcloud_mariadb_user: nextcloud | ||||||
| nextcloud_mariadb_password: password | nextcloud_mariadb_password: password | ||||||
| nextcloud_admin_user: admin | nextcloud_admin_user: admin | ||||||
|  | @ -31,15 +34,18 @@ nextcloud_overwrite_host: nextcloud.satt.local | ||||||
| nextcloud_overwrite_protocol: http | nextcloud_overwrite_protocol: http | ||||||
| nextcloud_enable_restic_compose_backup: False | nextcloud_enable_restic_compose_backup: False | ||||||
| nextcloud_virtual_host: nextcloud.satt.local | nextcloud_virtual_host: nextcloud.satt.local | ||||||
|  | collabora_install_user: "{{ docker_user }}" | ||||||
| collabora_virtual_host: collabora.satt.local | collabora_virtual_host: collabora.satt.local | ||||||
| collabora_domain_regex_pattern: nextcloud\.satt\.local | collabora_domain_regex_pattern: nextcloud\.satt\.local | ||||||
| collabora_admin_user: admin | collabora_admin_user: admin | ||||||
| collabora_admin_password: password | collabora_admin_password: password | ||||||
|  | onlyoffice_install_user: "{{ docker_user }}" | ||||||
| onlyoffice_virtual_host: documentserver.satt.local | onlyoffice_virtual_host: documentserver.satt.local | ||||||
| onlyoffice_allow_origin_list: "{{ nextcloud_overwrite_cli_url }}" | onlyoffice_allow_origin_list: "{{ nextcloud_overwrite_cli_url }}" | ||||||
| onlyoffice_jwt_enabled: "true" | onlyoffice_jwt_enabled: "true" | ||||||
| onlyoffice_jwt_secret: topsecrettoken | onlyoffice_jwt_secret: topsecrettoken | ||||||
| onlyoffice_jwt_header: Authorization | onlyoffice_jwt_header: Authorization | ||||||
|  | jitsi_install_user: "{{ docker_user }}" | ||||||
| jitsi_public_url: https://jitsi.satt.local | jitsi_public_url: https://jitsi.satt.local | ||||||
| jitsi_docker_host_address: "{{ ansible_host }}" | jitsi_docker_host_address: "{{ ansible_host }}" | ||||||
| jitsi_exposed_http_port: 8000 | jitsi_exposed_http_port: 8000 | ||||||
|  | @ -49,11 +55,10 @@ jitsi_enable_letsencrypt: False | ||||||
| jitsi_virtual_host: jitsi.satt.local | jitsi_virtual_host: jitsi.satt.local | ||||||
| jitsi_jvb_stun_servers: meet-jit-si-turnrelay.jitsi.net:443 | jitsi_jvb_stun_servers: meet-jit-si-turnrelay.jitsi.net:443 | ||||||
| jitsi_web_channel_last_n: 2 | jitsi_web_channel_last_n: 2 | ||||||
| docker_user: deploy | traefik_install_user: "{{ docker_user }}" | ||||||
| traefik: | traefik_expose_internally: True | ||||||
|   expose_internally: True | traefik_expose_externally: False | ||||||
|   expose_externally: False | traefik_enable_acme: False | ||||||
|   enable_acme: False | traefik_use_acme_staging: False | ||||||
|   use_acme_staging: False | traefik_dns_challenge_provider: False | ||||||
|   dns_challenge_provider: False |  | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		
		Reference in a new issue