48 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			YAML
		
	
	
			
		
		
	
	
			48 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			YAML
		
	
	
---
 | 
						|
glob_constellation:
 | 
						|
  django_secret_key: "{{ vault.constellation.django_secret_key }}"
 | 
						|
  admins:
 | 
						|
    - ('Root', 'root@crans.org')
 | 
						|
  allowed_hosts:
 | 
						|
    - 'constellation.crans.org'
 | 
						|
    - 'intranet.crans.org'
 | 
						|
  email:
 | 
						|
    ssl: false
 | 
						|
    host: "{{ query('ldap', 'ip4', 'redisdead', 'adm') }}"
 | 
						|
    port: 25
 | 
						|
    user: ''
 | 
						|
    password: ''
 | 
						|
    from: "root@crans.org"
 | 
						|
    from_full: "Crans <root@crans.org>"
 | 
						|
  database:
 | 
						|
    host: "{{ query('ldap', 'ip4', 'tealc', 'adm') }}"
 | 
						|
    port: 5432
 | 
						|
    user: 'constellation'
 | 
						|
    password: "{{ vault.constellation.django_db_password }}"
 | 
						|
    name: 'constellation'
 | 
						|
  front: true
 | 
						|
  crontab: true
 | 
						|
  applications:
 | 
						|
    - 'access'
 | 
						|
    - 'billing'
 | 
						|
    - 'dnsmanager'
 | 
						|
    - 'firewall'
 | 
						|
    - 'layers'
 | 
						|
    - 'management'
 | 
						|
    - 'member'
 | 
						|
    - 'topography'
 | 
						|
    - 'unix'
 | 
						|
  stripe:
 | 
						|
    private_key: '{{ vault.constellation.stripe.live.private_key }}'
 | 
						|
    public_key: '{{ vault.constellation.stripe.live.public_key }}'
 | 
						|
  note:
 | 
						|
    url: 'https://note.crans.org/'
 | 
						|
    client_id: '{{ vault.constellation.note.client_id }}'
 | 
						|
    client_secret: '{{ vault.constellation.note.client_secret }}'
 | 
						|
  debug: false
 | 
						|
  owner: root
 | 
						|
  group: _nounou
 | 
						|
  version: main
 | 
						|
  settings_local_owner: www-data
 | 
						|
  settings_local_group: _nounou
 |