forked from DOMjudge/domjudge-scripts
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsecret.yml.example
More file actions
37 lines (29 loc) · 1.13 KB
/
Copy pathsecret.yml.example
File metadata and controls
37 lines (29 loc) · 1.13 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
# Server VLAN IP prefix.
SERVER_IP_PREFIX: 172.29.1
# URL and IP of domserver from judgehosts. A hostname 'domserver' with
# DOMSERVER_IP will be added to the judgehost /etc/hosts file.
DOMSERVER_IP: "{{SERVER_IP_PREFIX}}.240"
WF_GREEN: true
# Static IP address configuration. Uses the ansible_host variable as the static
# IP address. Only configured if STATIC_IP_ENABLED is true.
STATIC_IP_ENABLED: false
STATIC_IP_NETMASK: 255.255.252.0
STATIC_IP_GATEWAY: 172.29.0.1
STATIC_IP_INTERFACE: enp1s0
# Additional entries for the /etc/hosts file.
HOSTS:
cds: 172.29.1.207
packages: 172.29.1.209
ntp1: 172.29.1.208
ntp2: 172.29.1.209
nisprint: 172.29.1.211
nismaster: 172.29.1.211
printsrv: 172.29.1.211
GRAFANA_MONITORING: false
# Password for the MySQL replication user.
# Set this to enable master-master replication between two domservers.
#REPLICATION_PASSWORD: {some-strong-replication-password}
# Database user password.
DB_PASSWORD: {some-strong-database-password}
# Credentials for the judgehost.
JUDGEHOST_PASSWORD: {some-strong-judgehost-password}