2020-03-31 16:32:13 +00:00
|
|
|
---
|
|
|
|
|
2020-07-27 12:39:13 +00:00
|
|
|
encrypted_drive:
|
2020-07-27 12:40:10 +00:00
|
|
|
command: "/sbin/mount_vault"
|
2020-07-27 12:39:13 +00:00
|
|
|
password: "{{ vault_encrypted_drive_password }}"
|
2020-07-27 10:44:28 +00:00
|
|
|
|
2020-05-03 12:52:54 +00:00
|
|
|
mysql_root_password: "{{ vault_mysql_root_password }}"
|
|
|
|
adrien_serenity_password: "{{ vault_adrien_serenity_password }}"
|
|
|
|
|
2020-03-31 16:32:13 +00:00
|
|
|
www_path: /vault/www
|
|
|
|
sites_path: /vault/sites
|
2020-05-03 16:35:42 +00:00
|
|
|
backups_path: /vault/backups
|
2020-03-31 16:32:13 +00:00
|
|
|
|
2020-05-01 13:40:16 +00:00
|
|
|
wordpress:
|
|
|
|
version: 5.4
|
|
|
|
checksum: sha1:d5f1e6d7cadd72c11d086a2e1ede0a72f23d993e
|
2020-05-06 11:11:30 +00:00
|
|
|
gitea:
|
2020-12-13 13:30:59 +00:00
|
|
|
version: 1.13.0
|
2020-05-23 09:22:41 +00:00
|
|
|
synapse:
|
2021-01-13 17:51:18 +00:00
|
|
|
version: v1.25.0
|
2020-08-21 09:18:17 +00:00
|
|
|
drupal:
|
2020-10-18 17:27:13 +00:00
|
|
|
version: 8.9.7-apache
|
2020-09-20 18:34:15 +00:00
|
|
|
nextcloud:
|
|
|
|
version: 19.0.3
|
|
|
|
checksum: md5:2094204fd0c3471be2ec010a71231da6
|
2020-06-29 16:33:37 +00:00
|
|
|
|
|
|
|
postgres:
|
|
|
|
pg_hba_path: "/etc/postgresql/9.6/main/pg_hba.conf"
|
2020-05-01 13:40:16 +00:00
|
|
|
|
2020-03-31 16:32:13 +00:00
|
|
|
sites:
|
2020-06-30 11:46:59 +00:00
|
|
|
- slug: rdb # Shorthand name to use as directory/file name
|
|
|
|
# The site URL (without www)
|
|
|
|
url: rennesdesbois.fr
|
|
|
|
# Ask nginx to redirect url to www
|
|
|
|
# Else, we redirect www to url
|
|
|
|
redirect_to_www: yes
|
|
|
|
# What kind of site is that?
|
|
|
|
type: wordpress
|
|
|
|
# Subnet addresses
|
|
|
|
subnet_cidr_address: 172.27.1.0/24
|
|
|
|
subnet_gateway_ip: 172.27.1.1
|
|
|
|
subnet_nginx_ip: 172.27.1.2
|
|
|
|
subnet_site_ip: 172.27.1.3
|
|
|
|
# MySQL
|
|
|
|
mysql_database: rdb
|
|
|
|
mysql_username: rdb
|
|
|
|
mysql_password: "{{ vault_rdb_mysql_password }}"
|
2020-04-27 07:45:07 +00:00
|
|
|
|
2020-06-30 11:46:59 +00:00
|
|
|
- slug: arvuhez # Shorthand name to use as directory/file name
|
|
|
|
# The site URL (without www)
|
|
|
|
url: arvuhez.org
|
|
|
|
# Ask nginx to redirect url to www
|
|
|
|
# Else, we redirect www to url
|
|
|
|
redirect_to_www: no
|
|
|
|
# What kind of site is that?
|
|
|
|
type: wordpress
|
|
|
|
# Subnet addresses
|
|
|
|
subnet_cidr_address: 172.27.2.0/24
|
|
|
|
subnet_gateway_ip: 172.27.2.1
|
|
|
|
subnet_nginx_ip: 172.27.2.2
|
|
|
|
subnet_site_ip: 172.27.2.3
|
|
|
|
# MySQL
|
|
|
|
mysql_database: arvuhez
|
|
|
|
mysql_username: arvuhez
|
|
|
|
mysql_password: "{{ vault_arvuhez_mysql_password }}"
|
2020-05-03 12:52:54 +00:00
|
|
|
|
2020-06-30 11:46:59 +00:00
|
|
|
- slug: zinzoscope # Shorthand name to use as directory/file name
|
|
|
|
# The site URL (without www)
|
|
|
|
url: zinz.luxeylab.net
|
|
|
|
# Ask nginx to redirect url to www
|
|
|
|
# Else, we redirect www to url
|
|
|
|
redirect_to_www: no
|
|
|
|
# What kind of site is that?
|
|
|
|
type: wordpress
|
|
|
|
# Subnet addresses
|
|
|
|
subnet_cidr_address: 172.27.3.0/24
|
|
|
|
subnet_gateway_ip: 172.27.3.1
|
|
|
|
subnet_nginx_ip: 172.27.3.2
|
|
|
|
subnet_site_ip: 172.27.3.3
|
|
|
|
# MySQL
|
|
|
|
mysql_database: zinzoscope
|
|
|
|
mysql_username: zinzoscope
|
|
|
|
mysql_password: "{{ vault_zinzoscope_mysql_password }}"
|
2020-05-03 12:52:54 +00:00
|
|
|
|
2020-06-30 11:46:59 +00:00
|
|
|
- slug: lexperimental # Shorthand name to use as directory/file name
|
|
|
|
# The site URL (without www)
|
|
|
|
url: lexperimental.fr
|
|
|
|
# Ask nginx to redirect url to www
|
|
|
|
# Else, we redirect www to url
|
|
|
|
redirect_to_www: no
|
|
|
|
# What kind of site is that?
|
|
|
|
type: wordpress
|
|
|
|
# Subnet addresses
|
|
|
|
subnet_cidr_address: 172.27.4.0/24
|
|
|
|
subnet_gateway_ip: 172.27.4.1
|
|
|
|
subnet_nginx_ip: 172.27.4.2
|
|
|
|
subnet_site_ip: 172.27.4.3
|
|
|
|
# MySQL
|
|
|
|
mysql_database: lexperimental
|
|
|
|
mysql_username: lexperimental
|
|
|
|
mysql_password: "{{ vault_lexperimental_mysql_password }}"
|
2020-04-28 09:59:52 +00:00
|
|
|
|
2020-06-30 11:46:59 +00:00
|
|
|
- slug: mts # Shorthand name to use as directory/file name
|
|
|
|
# The site URL (without www)
|
|
|
|
url: editionsmangetasoupe.fr
|
|
|
|
# Ask nginx to redirect url to www
|
|
|
|
# Else, we redirect www to url
|
|
|
|
redirect_to_www: no
|
|
|
|
# What kind of site is that?
|
|
|
|
type: drupal
|
|
|
|
# Subnet addresses
|
|
|
|
subnet_cidr_address: 172.27.5.0/24
|
|
|
|
subnet_gateway_ip: 172.27.5.1
|
|
|
|
subnet_site_ip: 172.27.5.2
|
|
|
|
# This will allow setting up MySQL
|
|
|
|
# Configuration on Drupal's side must be done by hand:
|
|
|
|
# Edit your <drupal_install>/sites/default/settings.php
|
|
|
|
mysql_database: mts8
|
|
|
|
mysql_username: mts
|
|
|
|
mysql_password: "{{ vault_mts_mysql_password }}"
|
2020-05-06 11:11:30 +00:00
|
|
|
|
2020-06-30 11:46:59 +00:00
|
|
|
- slug: gitea # Shorthand name to use as directory/file name
|
|
|
|
# The site URL (without www)
|
|
|
|
url: git.deuxfleurs.fr
|
|
|
|
# Ask nginx to redirect url to www
|
|
|
|
# Else, we redirect www to url
|
|
|
|
redirect_to_www: no
|
|
|
|
# What kind of site is that?
|
|
|
|
type: gitea
|
|
|
|
# Subnet addresses
|
|
|
|
subnet_cidr_address: 172.27.6.0/24
|
|
|
|
subnet_gateway_ip: 172.27.6.1
|
|
|
|
subnet_site_ip: 172.27.6.2
|
|
|
|
# User IDs
|
|
|
|
user_name: git
|
|
|
|
user_uid: 1007
|
|
|
|
user_group: git
|
|
|
|
user_gid: 1006
|
|
|
|
# MySQL
|
|
|
|
mysql_database: gitea
|
|
|
|
mysql_username: gitea
|
|
|
|
mysql_password: "{{ vault_gitea_mysql_password }}"
|
2020-05-23 09:22:41 +00:00
|
|
|
|
2020-06-30 07:44:01 +00:00
|
|
|
- slug: synapse # Shorthand name to use as directory/file name
|
2020-05-23 09:22:41 +00:00
|
|
|
# The site URL (without www)
|
2020-06-29 18:03:37 +00:00
|
|
|
url: zinz.dev
|
2020-06-01 06:21:27 +00:00
|
|
|
# Wanna display custom HTML as landing page? Fill this with its path.
|
|
|
|
# To keep the defaults, comment line
|
|
|
|
custom_landing: /vault/www/riot
|
2020-05-23 09:22:41 +00:00
|
|
|
# What kind of site is that?
|
|
|
|
type: synapse
|
2020-06-02 10:54:54 +00:00
|
|
|
# User IDs
|
|
|
|
user_uid: 33 # www-data
|
|
|
|
user_gid: 33 # www-data
|
2020-05-23 09:22:41 +00:00
|
|
|
# Subnet addresses
|
|
|
|
subnet_cidr_address: 172.27.7.0/24
|
|
|
|
subnet_gateway_ip: 172.27.7.1
|
|
|
|
subnet_site_ip: 172.27.7.2
|
|
|
|
# PostgreSQL
|
2020-06-29 16:33:37 +00:00
|
|
|
#postgres_host: db
|
2020-06-30 07:44:01 +00:00
|
|
|
postgres_database: synapse
|
2020-06-29 18:03:37 +00:00
|
|
|
postgres_username: synapse
|
|
|
|
postgres_password: "{{ vault_synapse_postgres_password }}"
|
2020-05-23 09:22:41 +00:00
|
|
|
# SMTP
|
|
|
|
contact_email: contact@zinz.dev
|
|
|
|
smtp_host: mail.gandi.net
|
2020-06-02 10:54:54 +00:00
|
|
|
smtp_port: 587 # Clear: 25, SSL: 465, STARTTLS: 587
|
2020-05-23 09:22:41 +00:00
|
|
|
smtp_username: contact@zinz.dev
|
2020-06-02 10:54:54 +00:00
|
|
|
smtp_password: "{{ vault_smtp_contact_at_zinz_dev }}"
|
2020-05-23 09:22:41 +00:00
|
|
|
# Secrets
|
2020-06-30 07:44:01 +00:00
|
|
|
registration_shared_secret: "{{ vault_synapse_registration_shared_secret }}"
|
2020-06-02 10:54:54 +00:00
|
|
|
# Others
|
|
|
|
max_upload_size: 20M
|
2020-09-19 08:24:58 +00:00
|
|
|
|
|
|
|
- slug: cloud # Shorthand name to use as directory/file name
|
|
|
|
# The site URL (without www)
|
|
|
|
url: cloud.luxeylab.net
|
|
|
|
# Ask nginx to redirect url to www
|
|
|
|
# Else, we redirect www to url
|
|
|
|
redirect_to_www: no
|
|
|
|
# What kind of site is that?
|
|
|
|
type: nextcloud
|
|
|
|
# Subnet addresses
|
|
|
|
subnet_cidr_address: 172.27.8.0/24
|
|
|
|
subnet_gateway_ip: 172.27.8.1
|
|
|
|
subnet_nginx_ip: 172.27.8.2
|
|
|
|
subnet_site_ip: 172.27.8.3
|
|
|
|
# MySQL
|
2020-09-20 18:34:15 +00:00
|
|
|
mysql_database: cloud
|
|
|
|
mysql_username: cloud
|
2020-10-28 08:30:52 +00:00
|
|
|
mysql_password: "{{ vault_cloud_mysql_password }}"
|