Files
ansible-collection/playbooks/misc/inspec-prep.yml
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

18 lines
438 B
YAML

# Needs 3 parameters
# username for the inspec service account
# username=svcdevopsinspec
# SSH public key file path
# ssh_public_key_path=ssh/inspec.pub
# List of users to add to sudoers
# ad_group_sudoers=['svcdevopsinspec']
# dc_domain has to be set to the domain of the server to be configured
# dc_domain=DMZ.EXAMPLE.COM
- hosts: all
gather_facts: True
become: True
roles:
- determine-jump-host
- configure-inspec-access