Rundeck Ansible Playbooks for Rocky Linux 9
6 Ansible roles that deploy a production-ready Rundeck instance on Rocky Linux 9 in ~10 minutes. MariaDB backend, Apache reverse proxy with SSL, Ansible plugin pre-configured, managed node setup with scoped sudo.
Includes:
- site.yml — Full deployment playbook
- node-setup.yml — Managed node preparation
- verify.yml — 10 automated health checks
- smoke-test.yml — Deep functional validation
- All configuration in group_vars/all.yml
- vault.yml.example with every required secret documented
- requirements.yml for Ansible Galaxy collections
Quickstart: Edit group_vars/all.yml, create your vault, run ansible-playbook site.yml. Full README with variable reference included.
Pairs with the written guide for context on architecture decisions and troubleshooting, but works standalone if you're comfortable with Ansible.