An open API service indexing awesome lists of open source software.

https://github.com/selecro/selecro-iac

Selecro‑iac manages the Selecro platform's infrastructure using Ansible and Kubernetes manifests, enabling automated, consistent, and scalable deployment across environments.
https://github.com/selecro/selecro-iac

ansible k3s-cluster yml

Last synced: 3 months ago
JSON representation

Selecro‑iac manages the Selecro platform's infrastructure using Ansible and Kubernetes manifests, enabling automated, consistent, and scalable deployment across environments.

Awesome Lists containing this project

README

          

---

### Summary:

- **`ansible.cfg`**: Contains Ansible configuration settings.
- **`inventory/`**: Contains inventory files that list hosts and groups.
- **`group_vars/`**: Holds variables that apply to groups of hosts.
- **`host_vars/`**: Stores host-specific variables.
- **`roles/`**: Contains reusable roles for different tasks (e.g., web server configuration).
- **`playbooks/`**: Playbooks that execute tasks and roles.
- **`scripts/`**: Helper scripts for automating tasks.
- **`README.md`**: Provides documentation for your Ansible setup.

This structure ensures that your Ansible setup is modular, easy to scale, and maintainable as the project grows.