use hatecomupters.club internal dns
This commit is contained in:
parent
eb01bd2c61
commit
b566e93850
@ -2,6 +2,8 @@
|
||||
johan_ip: '100.64.0.5'
|
||||
nijika_ip: '100.64.0.2'
|
||||
|
||||
nameserver_ip: '10.155.0.1'
|
||||
|
||||
dns_servers:
|
||||
- 1.1.1.1
|
||||
- 1.0.0.1
|
||||
|
@ -1,6 +1,6 @@
|
||||
---
|
||||
step_ca_root_password: "{{ lookup('env', 'STEP_CA_ROOT_PASSWORD') }}"
|
||||
step_ca_intermediate_password: "{{ lookup('env', 'STEP_CA_INTERMEDIATE_PASSWORD') }}"
|
||||
step_ca_dns: "{{ step_bootstrap_ca_url }}, {{ johan_ip }}"
|
||||
step_ca_dns: "{{ step_bootstrap_ca_url }}, {{ johan_ip }}, {{ nameserver_ip }}"
|
||||
step_ca_name: Simponic Internal CA
|
||||
step_ca_address: ":{{ step_ca_port }}"
|
||||
|
@ -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
|
||||
|
@ -19,4 +19,4 @@ services:
|
||||
- "127.0.0.1:9966:3000"
|
||||
- "{{ nijika_ip }}:222:22"
|
||||
dns:
|
||||
- {{ johan_ip }}
|
||||
- {{ nameserver_ip }}
|
||||
|
@ -42,5 +42,5 @@ services:
|
||||
- SASLAUTHD_MECH_OPTIONS=127.0.0.1
|
||||
- POSTMASTER_ADDRESS={{ postmaster_email }}
|
||||
dns:
|
||||
- {{ johan_ip }}
|
||||
- {{ nameserver_ip }}
|
||||
restart: always
|
||||
|
@ -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
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user