/taiga-role

Taiga Ansible role

Primary LanguageHTMLBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

Taiga Ansible role

Basic role syntax check

An Ansible role for ensuring the configuration of Taiga.

Requirements

Requires Docker, Docker Registry, Kubernetes, and MetalLb installed.

Role Variables

Variable Required Default Choices Comments
docker_timeout yes 300 Integer value Number of seconds before docker pull timeout
docker_retries yes 60 Integer value Number of tries for docker pull
docker_delay yes 10 Integer value Delay in seconds between pull retries
default_retries yes 60 Integer value Default number of retries
default_delay yes 60 Integer value Default delay in seconds between retries
taiga_host yes not defined IP address The IP address to spin up as
taiga_version yes 5.0.14-stable String value The tag corresponding to https://hub.docker.com/repository/docker/nemonik/taiga/tags
images_cache_path no not defined Path Path to folder used to cache saved Docker images
cache_container_timeout no 300 seconds Integer value Number of seconds before Ansible times out

Example Playbook

An example can be found used in my Hands-on DevOps course's ansible/master-playbook.yml.

- hosts: masters
  remote_user: vagrant
  roles:
    - common
    - docker
    - docker-compose
    - docker-registry
    - k3s-server
    - metallb
    - tiaga

The above Ansible playbook uses my

For more information and to see this role put into action checkout my Hands-on DevOps class project.

Setting Admin username and password

The default admin user will be root and can be set by the gitlab_user password, whose password is set by vault_gitlab_root_password. Please, ansible vault this variable.

License

3-Clause BSD License

Author Information

Michael Joseph Walsh mjwalsh@nemonik.com