diff options
author | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2024-03-31 16:42:46 -0400 |
---|---|---|
committer | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2024-03-31 16:42:46 -0400 |
commit | b566e9385082678bc2f75e0712d856fa1c64c94c (patch) | |
tree | cc60420a5c1383f24ff9b7e0cbcd838969b004a0 /group_vars | |
parent | eb01bd2c61dd1d85620654ccb8f331a70bc9ac83 (diff) | |
download | oldinfra-b566e9385082678bc2f75e0712d856fa1c64c94c.tar.gz oldinfra-b566e9385082678bc2f75e0712d856fa1c64c94c.zip |
use hatecomupters.club internal dns
Diffstat (limited to 'group_vars')
-rw-r--r-- | group_vars/all.yml | 2 | ||||
-rw-r--r-- | group_vars/ca.yml | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/group_vars/all.yml b/group_vars/all.yml index 0c458b9..0bfa2e0 100644 --- a/group_vars/all.yml +++ b/group_vars/all.yml @@ -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 diff --git a/group_vars/ca.yml b/group_vars/ca.yml index 9ef5c52..6171512 100644 --- a/group_vars/ca.yml +++ b/group_vars/ca.yml @@ -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 }}" |