mirror of
				https://github.com/kevinveenbirkenbach/computer-playbook.git
				synced 2025-10-31 18:29:21 +00:00 
			
		
		
		
	Refactored server roles for better readability
This commit is contained in:
		| @@ -35,7 +35,7 @@ By default, BigBlueButton is deployed with best-practice hardening, modular secr | ||||
| ## System Requirements | ||||
|  | ||||
| - Arch Linux with Docker, Compose, and Nginx roles pre-installed | ||||
| - DNS and reverse proxy configuration using `srv-proxy-core` | ||||
| - DNS and reverse proxy configuration using `sys-svc-proxy` | ||||
| - Functional email system for Greenlight SMTP | ||||
|  | ||||
| ## Important Resources | ||||
|   | ||||
| @@ -3,7 +3,7 @@ | ||||
|   set_fact: | ||||
|     proxy_extra_configuration: >- | ||||
|       {{ lookup('ansible.builtin.template', | ||||
|                 playbook_dir ~ '/roles/srv-proxy-core/templates/location/html.conf.j2') | trim }} | ||||
|                 playbook_dir ~ '/roles/sys-svc-proxy/templates/location/html.conf.j2') | trim }} | ||||
|   vars: | ||||
|     location: '^~ /html5client' | ||||
|     oauth2_proxy_enabled: false | ||||
|   | ||||
		Reference in New Issue
	
	Block a user