infra/group_vars/ca.yml

7 lines
314 B
YAML

---
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 }}, {{ nameserver_ip }}"
step_ca_name: Simponic Internal CA
step_ca_address: ":{{ step_ca_port }}"