Ansible Omniverse Architect

AUTOMATION EDITION

YAML Ansible Core
Master Playbook Scaffold
Generates the primary entry point (site.yml). Select your target OS to adapt task examples.
Inventory Management
Define hosts and groups. Toggle between INI (Simple) and YAML (Structured).
Ansible Configuration
Settings for `ansible.cfg`. Tuning for performance and pathing.
Role Architect
Generates the standard Ansible Role directory structure.
Group Variables
Variables applied to groups of servers.
Host Variables
Variables for specific hosts. Typically stored in `host_vars/hostname.yml`.
Ansible Vault
Encrypted secrets storage.
Task Builder
Common modules based on your Target OS selection.
Handlers
Tasks triggered by `notify`.
Jinja2 Templates
Dynamic configuration files.
Ansible Galaxy
Define dependencies in `requirements.yml`.
CLI Operations
Documentation