Files
ansible-collection/roles/misc/update-netbox-fatcs
alexpolo1 a3b8959ca9 Initial collection structure
Migrated from legacy playbook repo into Ansible collection format:

Roles (171 total):
- common: 44 roles (fact gathering, SSH setup, utilities)
- configuration: 32 roles (system config, networking, satellite)
- provisioning: 16 roles (VMware, Azure, physical server deployment)
- security: 15 roles (OpenSCAP hardening, certificates, AD integration)
- monitoring: 12 roles (Zabbix, logging agents, metrics)
- networking: 12 roles (DNS, DHCP, network interfaces)
- satellite: 4 roles (Pulp/Satellite management)
- misc: 36 roles (various utilities)

Playbooks (159 total):
- provisioning: 14 playbooks
- azure: 13 playbooks
- configuration: 22 playbooks
- maintenance: 10 playbooks
- security: 10 playbooks
- monitoring: 9 playbooks
- vcenter: 6 playbooks
- networking: 7 playbooks
- misc: 65 playbooks
2026-06-27 21:48:22 +02:00
..
2026-06-27 21:48:22 +02:00
2026-06-27 21:48:22 +02:00
2026-06-27 21:48:22 +02:00
2026-06-27 21:48:22 +02:00
2026-06-27 21:48:22 +02:00
2026-06-27 21:48:22 +02:00
2026-06-27 21:48:22 +02:00

update-netbox-fatcs

Role to collect VM facts (Azure Resource Graph and inside-VM SSH as infra) and update NetBox custom fields.

Usage:

  • Run the top-level playbook update-netbox.yml which uses the NetBox inventory plugin (netbox.yml).
  • Ensure vault password file is provided: --vault-password-file /opt/shared/.vault_pass.txt.
  • The role uses roles/update-netbox-fatcs/vars/main.yml for vaulted credentials (az and infra credentials, netbox token).

Notes:

  • This role is the canonical updater; legacy playbooks/roles were archived to .bak files to avoid duplication.