diff options
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 }}" |