mirror of
https://github.com/rocky-linux/infrastructure
synced 2024-11-01 04:31:22 +00:00
fcdf86b31c
This commit appends the README.md to state that yaml files should start with `---` and end with `...`. This also addresses some linting warnings that were not appearing during pre-commit on local system.
16 lines
370 B
YAML
16 lines
370 B
YAML
---
|
|
# Sigul Server Variables
|
|
sigul_type: server
|
|
sigul_server_cert_nickname: "sigul-server"
|
|
sigul_nss_dir: /etc/pki/tls/sigul
|
|
sigul_bridge_name: ""
|
|
|
|
# ipa-getcert variables
|
|
ipa_getcert_nss: true
|
|
ipa_getcert_requested_hostnames:
|
|
- name: "{{ ansible_fqdn }}"
|
|
owner: sigul
|
|
nss_db_dir: "{{ sigul_nss_dir }}"
|
|
nss_nickname: "{{ sigul_server_cert_nickname }}"
|
|
...
|