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.
- Host: GitHub
- URL: https://github.com/selecro/selecro-iac
- Owner: Selecro
- License: apache-2.0
- Created: 2025-03-05T22:54:46.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-12-29T22:07:48.000Z (6 months ago)
- Last Synced: 2026-01-02T05:17:35.826Z (6 months ago)
- Topics: ansible, k3s-cluster, yml
- Language: Jinja
- Homepage:
- Size: 133 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.