ansible-infra/inventories/chaosknoten/host_vars/netbox.yaml
Renovate 814b0b046c
All checks were successful
/ Ansible Lint (pull_request) Successful in 3m19s
/ Ansible Lint (push) Successful in 4m5s
Update all stable non-major dependencies
2026-03-18 18:00:51 +00:00

15 lines
679 B
YAML

# renovate: datasource=github-releases depName=netbox packageName=netbox-community/netbox
netbox__version: "v4.5.5"
netbox__config: "{{ lookup('ansible.builtin.template', 'resources/chaosknoten/netbox/netbox/configuration.py.j2') }}"
netbox__custom_pipeline_oidc_group_and_role_mapping: true
nginx__version_spec: ""
nginx__configurations:
- name: netbox.hamburg.ccc.de
content: "{{ lookup('ansible.builtin.file', 'resources/chaosknoten/netbox/nginx/netbox.hamburg.ccc.de.conf') }}"
certbot__acme_account_email_address: j+letsencrypt-ccchh@jsts.xyz
certbot__certificate_domains:
- "netbox.hamburg.ccc.de"
certbot__new_cert_commands:
- "systemctl reload nginx.service"