mirror of
				https://github.com/kevinveenbirkenbach/computer-playbook.git
				synced 2025-10-31 02:10:05 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			20 lines
		
	
	
		
			514 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			20 lines
		
	
	
		
			514 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| 
 | |
| features:
 | |
|   logout: false # Role is not enabled until then keep it false
 | |
| #  syncope:
 | |
| #    version:         "latest"
 | |
| #    credentials:
 | |
| #     anonymous:
 | |
| #       password:     # Set in environment file
 | |
| #     database:
 | |
| #       password:     # Set in environment file
 | |
| #     administrator:
 | |
| #       password:       "{{ users.administrator.password }}"
 | |
| #     users:
 | |
| #       administrator:
 | |
| #         username:     "{{ users.administrator.username }}"
 | |
| server:
 | |
|   domains:
 | |
|     canonical:
 | |
|       - syncope.{{ PRIMARY_DOMAIN }}
 |