eh22-netbox: remove eh22-netbox as its being decommissioned
Some checks failed
/ Ansible Lint (push) Failing after 1m44s
Some checks failed
/ Ansible Lint (push) Failing after 1m44s
This commit is contained in:
parent
a943b152f2
commit
bbe4cc131a
7 changed files with 0 additions and 137 deletions
|
@ -1,16 +0,0 @@
|
|||
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,10 +10,6 @@ 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
|
||||
|
@ -70,7 +66,6 @@ base_config_hosts:
|
|||
hosts:
|
||||
ccchoir:
|
||||
cloud:
|
||||
eh22-netbox:
|
||||
eh22-wiki:
|
||||
grafana:
|
||||
keycloak:
|
||||
|
@ -101,7 +96,6 @@ nextcloud_hosts:
|
|||
nginx_hosts:
|
||||
hosts:
|
||||
ccchoir:
|
||||
eh22-netbox:
|
||||
eh22-wiki:
|
||||
grafana:
|
||||
tickets:
|
||||
|
@ -121,7 +115,6 @@ public_reverse_proxy_hosts:
|
|||
certbot_hosts:
|
||||
hosts:
|
||||
ccchoir:
|
||||
eh22-netbox:
|
||||
eh22-wiki:
|
||||
grafana:
|
||||
tickets:
|
||||
|
@ -137,7 +130,6 @@ certbot_hosts:
|
|||
prometheus_node_exporter_hosts:
|
||||
hosts:
|
||||
ccchoir:
|
||||
eh22-netbox:
|
||||
eh22-wiki:
|
||||
tickets:
|
||||
keycloak:
|
||||
|
@ -150,7 +142,6 @@ prometheus_node_exporter_hosts:
|
|||
infrastructure_authorized_keys_hosts:
|
||||
hosts:
|
||||
ccchoir:
|
||||
eh22-netbox:
|
||||
eh22-wiki:
|
||||
grafana:
|
||||
tickets:
|
||||
|
@ -169,7 +160,6 @@ wiki_hosts:
|
|||
wiki:
|
||||
netbox_hosts:
|
||||
hosts:
|
||||
eh22-netbox:
|
||||
netbox:
|
||||
proxmox_vm_template_hosts:
|
||||
hosts:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue