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
This commit is contained in:
2026-06-27 21:48:22 +02:00
commit a3b8959ca9
1825 changed files with 79105 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
---
- hosts: all
gather_facts: no
connection: local
roles:
- azure-add-disk

View File

@@ -0,0 +1,6 @@
---
- hosts: all
gather_facts: no
connection: local
roles:
- azure-create-asg

View File

@@ -0,0 +1,6 @@
---
- hosts: all
gather_facts: no
connection: local
roles:
- azure-create-network-interface

View File

@@ -0,0 +1,6 @@
---
- hosts: all
gather_facts: no
connection: local
roles:
- azure-create-resource-group

View File

@@ -0,0 +1,19 @@
---
- hosts: all
gather_facts: false
connection: local
become: false
roles:
- azure-delete-vm
- zabbix-agent-remove
- hosts: all
gather_facts: True
connection: local
become: False
serial: 1
roles:
- determine-jump-host
- clear-host-from-known-hosts
- remove-dns-record
- remove-ad-group

View File

@@ -0,0 +1,5 @@
- hosts: all
become: yes
become_method: sudo
roles:
- azure-disable-omid-cron

View File

@@ -0,0 +1,6 @@
---
- hosts: all
become: yes
become_method: sudo
roles:
- azure-expand-lvm

View File

@@ -0,0 +1,6 @@
---
- hosts: all
become: yes
become_method: sudo
roles:
- azure-expand-os-disk

View File

@@ -0,0 +1,6 @@
---
- hosts: all
gather_facts: yes
become: yes
roles:
- azure-fix-auditd

View File

@@ -0,0 +1,6 @@
---
- hosts: all
gather_facts: false
connection: local
roles:
- azure-get-ip

View File

@@ -0,0 +1,7 @@
---
- hosts: all
become: yes
become_method: sudo
roles:
- azure-setup-repositories

View File

@@ -0,0 +1,8 @@
---
- hosts: all
gather_facts: true
connection: local
become: false
roles:
- azure-shutdown-vm

View File

@@ -0,0 +1,7 @@
---
- hosts: all
gather_facts: true
connection: local
roles:
- azure-provision-vm