ansible/host_vars/constellation-dev.adm.crans...

32 lines
713 B
YAML

---
interfaces:
adm: eth0
srv_nat: eth1
loc_constellation:
allowed_hosts:
- 'constellation-dev.crans.org'
database:
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