128 lines
3.9 KiB
YAML
128 lines
3.9 KiB
YAML
---
|
|
|
|
mysql_root_password: "{{ vault_mysql_root_password }}"
|
|
adrien_serenity_password: "{{ vault_adrien_serenity_password }}"
|
|
|
|
www_path: /vault/www
|
|
sites_path: /vault/sites
|
|
backups_path: /vault/backups
|
|
|
|
wordpress:
|
|
version: 5.4
|
|
checksum: sha1:d5f1e6d7cadd72c11d086a2e1ede0a72f23d993e
|
|
gitea:
|
|
version: 1.11.4
|
|
|
|
sites:
|
|
# - 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 }}"
|
|
|
|
# - 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 }}"
|
|
|
|
# - 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 }}"
|
|
|
|
# - 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 }}"
|
|
|
|
# - 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 }}"
|
|
|
|
- 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 }}"
|