This repository contains Ansible collections for various automation tasks.
<collection_name>/
├── playbooks/ # Playbooks related to the collection
└── roles/ # Roles included in the collection
-
Clone the repository:
git clone <repository_url> cd <repository_name>
-
Run a playbook from the desired collection:
ansible-playbook <collection_name>/playbooks/<playbook_name>.yml -i inventory.ini
- Ansible 2.9 or higher
- Linux server (Ubuntu/Debian recommended)
Contributions, issues, and feature requests are welcome. Please follow standard GitHub workflow for pull requests.