infra/group_vars/all.yml

19 lines
439 B
YAML
Raw Normal View History

2024-01-01 00:36:31 -05:00
---
johan_ip: '100.64.0.5'
2024-01-10 02:44:20 -05:00
nijika_ip: '100.64.0.2'
2024-03-31 16:42:46 -04:00
nameserver_ip: '10.155.0.1'
2024-01-01 00:36:31 -05:00
dns_servers:
2024-04-07 22:02:52 -04:00
- "{{ nameserver_ip }}"
- '1.1.1.1'
- '1.0.0.1'
2024-01-01 00:36:31 -05:00
dns_dnssec: true
2024-01-02 15:42:42 -05:00
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