keys: tabe (#17)

Co-authored-by: Arjan Adriaanse <arjan@adriaan.se>
Co-authored-by: Kiara Grouwstra <kiara@bij1.org>
Reviewed-on: #17
This commit is contained in:
kiara 2023-04-15 08:59:08 +00:00
parent 7b183d1650
commit c971e1c1ff
8 changed files with 34 additions and 0 deletions

View File

@ -6,6 +6,7 @@
- [git-crypt](https://www.agwa.name/projects/git-crypt/)
- [Python](https://python.org/) 3
- [Pip](https://pypi.org/project/pip/)
### Install packages

View File

@ -0,0 +1,9 @@
---
mariadb__delegate_to: 'db'
mariadb__server: 'db.internal.bij1.net'
# FIXME we want this to end up in user host configuration by default,
# but this does not seem to work
#mariadb__client: '%.internal.bij1.net'

View File

@ -0,0 +1,8 @@
---
machine__motd: |+
This system is managed by Ansible.
Manual changes may be lost.
https://code.bij1.org/bij1/infra

View File

@ -0,0 +1,13 @@
---
mariadb__databases:
- name: 'civi_staging_db'
- name: 'civi_staging_crm'
mariadb__users:
- name: 'civi_staging'
host: 'crm.internal.bij1.net'
priv_aux: True

View File

@ -73,6 +73,9 @@ build
db
db2
[debops_service_mariadb]
crm
[debops_service_postgresql_server]
db
db2