39 lines
800 B
YAML
39 lines
800 B
YAML
---
|
|
interfaces:
|
|
adm: eth0
|
|
srv_nat: eth1
|
|
|
|
loc_unattended:
|
|
reboot: true
|
|
|
|
loc_needrestart:
|
|
override: []
|
|
|
|
loc_constellation:
|
|
allowed_hosts:
|
|
- 'constellation-dev.crans.org'
|
|
database:
|
|
host: '127.0.0.1'
|
|
user: 'constellation-dev'
|
|
name: 'constellation-dev'
|
|
applications:
|
|
- 'access'
|
|
- 'billing'
|
|
- 'debug'
|
|
- 'dnsmanager'
|
|
- 'firewall'
|
|
- 'layers'
|
|
- 'management'
|
|
- 'member'
|
|
- 'topography'
|
|
- 'unix'
|
|
stripe:
|
|
private_key: '{{ vault.constellation.stripe.test.private_key }}'
|
|
public_key: '{{ vault.constellation.stripe.test.public_key }}'
|
|
note:
|
|
url: 'https://note-dev.crans.org/'
|
|
client_id: '{{ vault.constellation.note.client_id }}'
|
|
client_secret: '{{ vault.constellation.note.client_secret }}'
|
|
debug: true
|
|
version: dev
|