summaryrefslogtreecommitdiff
path: root/roles
diff options
context:
space:
mode:
Diffstat (limited to 'roles')
-rw-r--r--roles/authelia/templates/docker-compose.yml.j22
-rw-r--r--roles/gitea/templates/docker-compose.yml.j22
-rw-r--r--roles/mail/templates/docker-compose.yml.j22
-rw-r--r--roles/roundcube/templates/docker-compose.yml.j22
-rw-r--r--roles/vpn/templates/config.yml.j22
5 files changed, 5 insertions, 5 deletions
diff --git a/roles/authelia/templates/docker-compose.yml.j2 b/roles/authelia/templates/docker-compose.yml.j2
index aa53bb9..e36296f 100644
--- a/roles/authelia/templates/docker-compose.yml.j2
+++ b/roles/authelia/templates/docker-compose.yml.j2
@@ -10,7 +10,7 @@ services:
- 127.0.0.1:9091:9091
restart: unless-stopped
dns:
- - {{ johan_ip }}
+ - {{ nameserver_ip }}
redis:
image: redis:alpine
container_name: redis
diff --git a/roles/gitea/templates/docker-compose.yml.j2 b/roles/gitea/templates/docker-compose.yml.j2
index 7be1c0f..b9d410c 100644
--- a/roles/gitea/templates/docker-compose.yml.j2
+++ b/roles/gitea/templates/docker-compose.yml.j2
@@ -19,4 +19,4 @@ services:
- "127.0.0.1:9966:3000"
- "{{ nijika_ip }}:222:22"
dns:
- - {{ johan_ip }}
+ - {{ nameserver_ip }}
diff --git a/roles/mail/templates/docker-compose.yml.j2 b/roles/mail/templates/docker-compose.yml.j2
index c245da4..a624a56 100644
--- a/roles/mail/templates/docker-compose.yml.j2
+++ b/roles/mail/templates/docker-compose.yml.j2
@@ -42,5 +42,5 @@ services:
- SASLAUTHD_MECH_OPTIONS=127.0.0.1
- POSTMASTER_ADDRESS={{ postmaster_email }}
dns:
- - {{ johan_ip }}
+ - {{ nameserver_ip }}
restart: always
diff --git a/roles/roundcube/templates/docker-compose.yml.j2 b/roles/roundcube/templates/docker-compose.yml.j2
index c185aa2..e29d400 100644
--- a/roles/roundcube/templates/docker-compose.yml.j2
+++ b/roles/roundcube/templates/docker-compose.yml.j2
@@ -12,7 +12,7 @@ services:
ports:
- 127.0.0.1:9002:80
dns:
- - {{ johan_ip }}
+ - {{ nameserver_ip }}
environment:
- ROUNDCUBEMAIL_DB_TYPE=sqlite
- ROUNDCUBEMAIL_SKIN=elastic
diff --git a/roles/vpn/templates/config.yml.j2 b/roles/vpn/templates/config.yml.j2
index 750a05f..64e00fb 100644
--- a/roles/vpn/templates/config.yml.j2
+++ b/roles/vpn/templates/config.yml.j2
@@ -177,7 +177,7 @@ dns_config:
# List of DNS servers to expose to clients.
nameservers:
- - {{ johan_ip }}
+ - {{ nameserver_ip }}
# NextDNS (see https://tailscale.com/kb/1218/nextdns/).
# "abc123" is example NextDNS ID, replace with yours.