2022-11-18 09:02:35 +01:00
|
|
|
---
|
2022-11-02 00:01:59 +01:00
|
|
|
server_admin: "admin+pottwal@netz39.de"
|
|
|
|
ansible_python_interpreter: /usr/bin/python3
|
|
|
|
data_dir: "/srv/data"
|
|
|
|
|
|
|
|
# These values need to be set up in RabbitMQ
|
|
|
|
cleanuri_amqp_host: "rabbitmq.n39.eu"
|
|
|
|
cleanuri_amqp_user: "cleanuri"
|
|
|
|
cleanuri_amqp_pass: "{{ vault_cleanuri_amqp_pass }}"
|
|
|
|
cleanuri_amqp_vhost: "/cleanuri"
|
|
|
|
|
|
|
|
shlink_host_port: 8083
|
|
|
|
shlink_domain_name: sl.n39.eu
|
|
|
|
shlink_geolite_license_key: "{{ vault_shlink_geolite_license_key }}"
|
|
|
|
|
|
|
|
hedgedoc_host_port: 8084
|
|
|
|
hedgedoc_image: quay.io/hedgedoc/hedgedoc:1.9.3
|
|
|
|
hedgedoc_postgres_password: "{{ vault_hedgedoc_postgres_password }}"
|
|
|
|
|
|
|
|
redmine_host_port: 8087
|
|
|
|
redmine_image: redmine:4.2.7
|
|
|
|
redmine_mysql_image: mysql:5.7
|
|
|
|
redmine_database: redmine
|
|
|
|
redmine_database_password: "{{ vault_redmine_database_password }}"
|
|
|
|
|
|
|
|
influxdb_host_port: 8088
|
2022-11-11 23:30:04 +01:00
|
|
|
influxdb_domain_name: influx.n39.eu
|
2022-11-02 00:01:59 +01:00
|
|
|
influxdb_image: influxdb:2.4-alpine
|
|
|
|
influxdb_init_username: admin
|
|
|
|
influxdb_init_password: "{{ vault_influxdb_init_password }}"
|
|
|
|
|
2023-04-03 13:39:08 +02:00
|
|
|
forgejo_host_port: 9091
|
2022-11-02 00:01:59 +01:00
|
|
|
|
2022-12-20 18:06:16 +01:00
|
|
|
prosody_config_dir: "/etc/prosody"
|
2022-11-02 00:01:59 +01:00
|
|
|
prosody_data_dir: "{{ data_dir }}/prosody"
|
|
|
|
prosody_domain_name: jabber.n39.eu
|
|
|
|
jabber_host_port: 8086
|
|
|
|
|
|
|
|
uptimekuma_host_port: 8085
|
2022-11-07 19:04:58 +01:00
|
|
|
|
2022-11-07 20:24:21 +01:00
|
|
|
grafana_host_port: 8089
|
2022-11-07 19:04:58 +01:00
|
|
|
grafana_domain_name: grafana.n39.eu
|
2022-11-18 08:43:48 +01:00
|
|
|
grafana_admin_password: "{{ vault_grafana_admin_password }}"
|
2023-02-19 12:19:13 +01:00
|
|
|
|
2023-03-22 21:29:20 +01:00
|
|
|
homebox_host_port: 8092
|
2023-02-19 12:19:13 +01:00
|
|
|
homebox_domain_name: inventory.n39.eu
|