mirror of
				https://github.com/kevinveenbirkenbach/computer-playbook.git
				synced 2025-10-31 02:10:05 +00:00 
			
		
		
		
	Added application ids filter for easier partial deployment
This commit is contained in:
		| @@ -54,4 +54,7 @@ certbot_cert_path:                        "/etc/letsencrypt/live" # Path contain | ||||
| docker_restart_policy:                    "unless-stopped" | ||||
|  | ||||
| # helper | ||||
| _applications_nextcloud_oidc_flavor:      "{{ applications.nextcloud.oidc.flavor | default('oidc_login' if applications.nextcloud.features.ldap | default(true) else 'sociallogin') }}" | ||||
| _applications_nextcloud_oidc_flavor:      "{{ applications.nextcloud.oidc.flavor | default('oidc_login' if applications.nextcloud.features.ldap | default(true) else 'sociallogin') }}" | ||||
|  | ||||
| # default value if not set via CLI (-e) or in playbook vars | ||||
| allowed_applications: [] | ||||
|   | ||||
		Reference in New Issue
	
	Block a user