diff options
author | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2024-01-05 16:13:01 -0500 |
---|---|---|
committer | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2024-01-05 16:13:01 -0500 |
commit | fb0b3914086484d9284426985984e2c1699ba557 (patch) | |
tree | 963a2288a3b33f389972a78efaf3b6462bbe1925 /group_vars/all.yml | |
parent | b62d5f559b81556a1dd6197c72a0c43ba1744477 (diff) | |
download | oldinfra-fb0b3914086484d9284426985984e2c1699ba557.tar.gz oldinfra-fb0b3914086484d9284426985984e2c1699ba557.zip |
ldap, internal CA, internal webserver, dns, etc.
Diffstat (limited to 'group_vars/all.yml')
-rw-r--r-- | group_vars/all.yml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/group_vars/all.yml b/group_vars/all.yml index ff86d8b..6a4a738 100644 --- a/group_vars/all.yml +++ b/group_vars/all.yml @@ -1,6 +1,14 @@ --- +johan_ip: '100.64.0.5' + dns_servers: - 1.1.1.1 - 1.0.0.1 dns_dnssec: true dns_domains: ["simponic.xyz"] +dns_stub_listener: false + +step_bootstrap_fingerprint: '2de0c420e3b6f9f8e47f325de908b2b2d395d3bc7e49ed9b672ce9be89bea1bf' +step_bootstrap_ca_url: 'ca.internal.simponic.xyz' +step_acme_cert_contact: 'elizabeth.hunt@simponic.xyz' +step_ca_port: 5239 |