This commit is contained in:
parent
496f122968
commit
79012fb7f8
7 changed files with 137 additions and 0 deletions
16
inventories/chaosknoten/host_vars/eh22-netbox.yaml
Normal file
16
inventories/chaosknoten/host_vars/eh22-netbox.yaml
Normal file
|
@ -0,0 +1,16 @@
|
|||
netbox__version: "v4.1.7"
|
||||
netbox__db_password: "{{ lookup('community.general.passwordstore', 'noc/vm-secrets/chaosknoten/eh22-netbox/DATABASE_PASSWORD', create=false, missing='error') }}"
|
||||
netbox__config: "{{ lookup('ansible.builtin.template', 'resources/chaosknoten/eh22-netbox/netbox/configuration.py.j2') }}"
|
||||
netbox__custom_pipeline_oidc_group_and_role_mapping: true
|
||||
|
||||
nginx__version_spec: ""
|
||||
nginx__configurations:
|
||||
- name: netbox.eh22.easterhegg.eu
|
||||
content: "{{ lookup('ansible.builtin.file', 'resources/chaosknoten/eh22-netbox/nginx/netbox.eh22.easterhegg.eu.conf') }}"
|
||||
|
||||
certbot__version_spec: ""
|
||||
certbot__acme_account_email_address: j+letsencrypt-ccchh@jsts.xyz
|
||||
certbot__certificate_domains:
|
||||
- "netbox.eh22.easterhegg.eu"
|
||||
certbot__new_cert_commands:
|
||||
- "systemctl reload nginx.service"
|
|
@ -10,6 +10,10 @@ all:
|
|||
ansible_host: cloud-intern.hamburg.ccc.de
|
||||
ansible_user: chaos
|
||||
ansible_ssh_common_args: -J ssh://chaos@public-reverse-proxy.hamburg.ccc.de
|
||||
eh22-netbox:
|
||||
ansible_host: eh22-netbox-intern.hamburg.ccc.de
|
||||
ansible_user: chaos
|
||||
ansible_ssh_common_args: -J ssh://chaos@public-reverse-proxy.hamburg.ccc.de
|
||||
eh22-wiki:
|
||||
ansible_host: eh22-wiki-intern.hamburg.ccc.de
|
||||
ansible_user: chaos
|
||||
|
@ -66,6 +70,7 @@ base_config_hosts:
|
|||
hosts:
|
||||
ccchoir:
|
||||
cloud:
|
||||
eh22-netbox:
|
||||
eh22-wiki:
|
||||
grafana:
|
||||
keycloak:
|
||||
|
@ -96,6 +101,7 @@ nextcloud_hosts:
|
|||
nginx_hosts:
|
||||
hosts:
|
||||
ccchoir:
|
||||
eh22-netbox:
|
||||
eh22-wiki:
|
||||
grafana:
|
||||
tickets:
|
||||
|
@ -115,6 +121,7 @@ public_reverse_proxy_hosts:
|
|||
certbot_hosts:
|
||||
hosts:
|
||||
ccchoir:
|
||||
eh22-netbox:
|
||||
eh22-wiki:
|
||||
grafana:
|
||||
tickets:
|
||||
|
@ -130,6 +137,7 @@ certbot_hosts:
|
|||
prometheus_node_exporter_hosts:
|
||||
hosts:
|
||||
ccchoir:
|
||||
eh22-netbox:
|
||||
eh22-wiki:
|
||||
tickets:
|
||||
keycloak:
|
||||
|
@ -142,6 +150,7 @@ prometheus_node_exporter_hosts:
|
|||
infrastructure_authorized_keys_hosts:
|
||||
hosts:
|
||||
ccchoir:
|
||||
eh22-netbox:
|
||||
eh22-wiki:
|
||||
grafana:
|
||||
tickets:
|
||||
|
@ -160,4 +169,5 @@ wiki_hosts:
|
|||
wiki:
|
||||
netbox_hosts:
|
||||
hosts:
|
||||
eh22-netbox:
|
||||
netbox:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue