Projects with this topic
-
Ansible Component
Updated -
Base to quickly start an Ansible project at Lydra
Updated -
Infrastructure-as-code project for my self-hosting hobby and more.
Updated -
Ansible in a container image for GitLab pipelines
Updated -
Cheatsheet / IT toolbox
devops Linux security network databases programming methodologies scrum agile kanban jenkins Google Cloud... Amazon Web S... Microsoft Azure Apache Kafka rabbitmq prometheus grafana GNU/Linux Red Hat Ente... CentOS 7 ubuntu server kali-linux PostgreSQL Python Bash virtualization hypervisor kvm proxmox Docker Kubernetes AI google gemini chatgpt Terraform Ansible prompt devsecopsUpdated -
Ludus is a system to build easy to use cyber environments for testing and development.
Updated -
This is a PUBLIC example of Ansible configuration files. Feel free to use the configs in this repo for inspiration or whatever.
Updated -
Ansible playbooks and roles which are used in the livestreams at https://twitch.tv/viertelwissen | Inventories needs to be added to be able to run this playbooks.
Updated -
Docker container images with Ansible
Updated -
Ansible Inventory project for PHX project reference implementation
Updated -
Repo for homelab infrastructure code, hosted on Proxmox CE, resources provisioned via Terraform + Ansible.
Updated -
Test
test123=123 test:test123 dataset openml datagit tabular parquet CSV Python JavaScript Java Docker HTML CSS Linux React PHP C++ TypeScript Android game Rust Go GitLab C Ansible API Bash python3 C# nodejs website web golang hacktoberfest Django bot Terraform dotfiles Kubernetes Angular MySQL cli Node.js Kotlin Laravel library Git Amazon Web S... PostgreSQL Windows Unity JSON WordPress Archived shishifubing js devops Ruby plugin shell MongoDB template bootstrap security AI discord automation html5 Spring Qt arduino blog documentation Vue.js Program LaTeX theme gui REST API machine lear... Express legend app ci vue Markdown flask node server docker-compose spring boot Flutter Lua debian in preparation iOS hugo vim R CSS3 minecraft trololoUpdated -
Linnaeus is a program/app developed by Naturalis to setup and manage taxonomic databases.
Updated -
Ansible playbooks for deploying various services and applications
Updated -
-
This project provides personally preferred operating system environment build process, for convenience after re-installing the system.
Via the use of Ansible automation, it should be able to extend it to other OS distributions.
Updated -
Distributed home servers using Ansible
Updated -
A collection of Ansible roles to manage users and groups on Nextcloud AIO.
Updated -
This project demonstrates two DevOps automation approaches for deploying a simple Flask-based To-Do List application that mimics a LAMP stack but uses Docker containers instead of a traditional Apache/PHP environment.
The goal is to give hands-on experience with core DevOps tools including:
Terraform: to provision infrastructure or manage Docker resources
Ansible: to configure remote hosts and deploy containers
Docker: to containerize and run the application
GitLab CI/CD: to automate testing, provisioning, and deployment pipelines
The To-Do app is built using Flask (Python) with a MySQL database and supports basic CRUD operations.
This is a 3-person collaborative project, divided into two main tracks:
🔹 Project 1: todo-terraform-docker Deploy the Flask + MySQL app entirely using Terraform’s Docker provider — no Ansible, no VM provisioning. This is ideal for fast, local development and demonstrates infrastructure-as-code at the container level.🔹 Project 2: ansible-todo-deployer Use Ansible to install Docker and deploy the containerized app on a remote VM (can be provisioned manually or via Terraform). This approach simulates a production-like environment where a host must be configured from scratch.Both projects use GitLab CI/CD for automated execution.
Updated -