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
become: yes
become_method: sudo
roles:
- azure-configure-disk

View File

@@ -0,0 +1,6 @@
---
- hosts: all
become: True
become_method: sudo
roles:
- configure-account-timeout

View File

@@ -0,0 +1,6 @@
- hosts: all
gather_facts: True
become: True
roles:
- determine-jump-host
- configure-ad-authorized-keys

View File

@@ -0,0 +1,6 @@
- hosts: all
gather_facts: True
become: True
roles:
- determine-jump-host
- configure-ad-users-and-sudoers

View File

@@ -0,0 +1,6 @@
---
- hosts: all
become: yes
become_method: sudo
roles:
- configure-artifactory-docker-registry

View File

@@ -0,0 +1,8 @@
- hosts: all
become: true
become_method: sudo
become_user: root
remote_user: infra
roles:
- configure-fips-policies

View File

@@ -0,0 +1,6 @@
- hosts: all
gather_facts: True
become: True
roles:
- determine-jump-host
- configure-inspec-access

View File

@@ -0,0 +1,6 @@
---
- hosts: all
become: True
become_method: sudo
roles:
- configure-module-sig-enforce

View File

@@ -0,0 +1,6 @@
---
- hosts: all
become: yes
become_method: sudo
roles:
- configure-skat-certificate-trust

View File

@@ -0,0 +1,6 @@
---
- hosts: all
become: yes
become_method: sudo
roles:
- workstation/configure-skat-wifi

View File

@@ -0,0 +1,5 @@
- hosts: all
gather_facts: True
become: True
roles:
- configure-ssh-additional-security

View File

@@ -0,0 +1,5 @@
- hosts: all
gather_facts: True
become: True
roles:
- configure-user-ssh-key-and-passwordless-sudo

View File

@@ -0,0 +1,6 @@
---
- hosts: all
become: yes
become_method: sudo
roles:
- ntp-client-setup

View File

@@ -0,0 +1,7 @@
---
- hosts: all
gather_facts: no
roles:
- satellite-create-cli-config
- satellite-set-environment
- satellite-delete-cli-config

View File

@@ -0,0 +1,7 @@
---
- hosts: all
gather_facts: no
roles:
- satellite-create-cli-config
- satellite-set-host-group
- satellite-delete-cli-config

View File

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

View File

@@ -0,0 +1,6 @@
---
- hosts: all
become: yes
become_method: sudo
roles:
- set-nameserver-facts

View File

@@ -0,0 +1,10 @@
---
- name: Set NetBox tags on virtual machines
hosts: all
gather_facts: no
connection: local
vars:
NETBOX_API: "{{ lookup('env', 'NETBOX_API') | default('https://netbox.example.EXAMPLE-CORP.COM') }}"
NETBOX_TOKEN: "{{ lookup('env', 'NETBOX_TOKEN') }}"
roles:
- set-netbox-tag

View File

@@ -0,0 +1,6 @@
---
- hosts: all
become: yes
become_method: sudo
roles:
- set-onprem-facts

View File

@@ -0,0 +1,7 @@
---
- hosts: all
become: True
become_method: sudo
roles:
- sssd_simple_access_provider
- ssh-deny-root

View File

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

View File

@@ -0,0 +1,7 @@
---
- hosts: all
gather_facts: false
connection: local
roles:
- set-vxrail-facts
- vxrail-storage-policy