computer-playbook/roles/docker-taiga
2024-05-27 01:35:14 +02:00
..
tasks Refactored and optimized code for taiga 2024-05-26 22:49:31 +02:00
templates Solved taiga container naming bug and added logging and restart policies 2024-05-27 01:05:43 +02:00
vars Refactored and optimized code for taiga 2024-05-26 22:49:31 +02:00
README.md Added README.md for taiga 2024-05-27 01:35:14 +02:00

Docker Taiga Role 🐳📋

This Ansible role sets up and configures a Taiga project management platform using Docker. It includes tasks for setting up the database, Nginx proxy, and updating the repository with necessary files.

Table of Contents

Tasks

The main tasks included in this role are:

  • Setting up the database.
  • Configuring Nginx as a proxy.
  • Updating the repository with necessary files.

Variables

Key variables used in this role include the Docker Compose project name, database type and password, and the repository address.

Templates

The role includes several Jinja2 templates to configure the environment and Docker Compose setup, including:

  • docker-compose-inits.yml.j2
  • .env.j2
  • docker-compose.yml.j2

Author

This role was created by Kevin Veen-Birkenbach. You can reach him at kevin@veen.world. Visit his website at veen.world.

Note

This README was created with the assistance of ChatGPT. Link to conversation.