16 lines
493 B
YAML
16 lines
493 B
YAML
|
---
|
||
|
netbox_version: "3.7.4"
|
||
|
netbox_checksum: ""
|
||
|
netbox_server_name: "netbox.rockylinux.org"
|
||
|
netbox_admin_name: "Infrastructure Team"
|
||
|
netbox_admin_content: "infrastructure@rockylinux.org"
|
||
|
ipa_getcert_requested_hostnames:
|
||
|
- name: "{{ ansible_fqdn }}"
|
||
|
owner: nginx
|
||
|
key_location: "/etc/pki/tls/private/netbox.rockylinux.org.key"
|
||
|
cert_location: "/etc/pki/tls/certs/netbox.rockylinux.org.crt"
|
||
|
postcmd: "/bin/systemctl restart nginx"
|
||
|
cnames:
|
||
|
- "netbox.rockylinux.org"
|
||
|
...
|