netbox: move NetBox from NixOS to Ansible
All checks were successful
/ Ansible Lint (push) Successful in 1m46s
/ Ansible Lint (pull_request) Successful in 1m50s

Also introduce netbox_hosts group for applying netbox role to multiple
hosts.
This commit is contained in:
June 2025-02-15 19:57:15 +01:00
commit 2ec1471d7f
Signed by: june
SSH key fingerprint: SHA256:o9EAq4Y9N9K0pBQeBTqhSDrND5E7oB+60ZNx0U1yPe0
7 changed files with 143 additions and 2 deletions

View file

@ -32,6 +32,10 @@ all:
mumble:
ansible_host: mumble.hamburg.ccc.de
ansible_user: chaos
netbox:
ansible_host: netbox-intern.hamburg.ccc.de
ansible_user: chaos
ansible_ssh_common_args: -J ssh://chaos@public-reverse-proxy.hamburg.ccc.de
onlyoffice:
ansible_host: onlyoffice-intern.hamburg.ccc.de
ansible_user: chaos
@ -64,6 +68,7 @@ all:
keycloak:
lists:
mumble:
netbox:
onlyoffice:
pad:
pretalx:
@ -94,6 +99,7 @@ all:
keycloak:
lists:
mumble:
netbox:
onlyoffice:
pad:
pretalx:
@ -112,6 +118,7 @@ all:
keycloak:
lists:
mumble:
netbox:
onlyoffice:
pad:
pretalx:
@ -123,6 +130,7 @@ all:
eh22-wiki:
tickets:
keycloak:
netbox:
onlyoffice:
pad:
pretalx:
@ -136,6 +144,7 @@ all:
tickets:
cloud:
keycloak:
netbox:
onlyoffice:
pad:
pretalx:
@ -146,3 +155,6 @@ all:
hosts:
eh22-wiki:
wiki:
netbox_hosts:
hosts:
netbox: