Skip to content
Extraits de code Groupes Projets
Sélectionner une révision Git
  • 19e6c82fffd706689aace70e4bb78ea24e047fc9
  • master par défaut protégée
  • v1.0.1
  • v1.0.0
4 résultats

docker_tuleap

  • Cloner avec SSH
  • Cloner avec HTTPS
  • Nom Dernière validation Dernière mise à jour
    defaults
    files
    handlers
    meta
    tasks
    templates
    LICENSE
    README.md

    docker_tuleap

    This role deploys Tuleap. This role is not maintained anymore.

    Requirements

    None

    Role Variables

    Variables from default directory :

    • tuleap_url: URL for accessing Tuleap
    • tuleap_db_root_pass : Root password for MySQL database
    • Backups (for backups to be deployed, host needs to be in maintenance_contract group) :
      • swift parameters for 2 object storage instances where backups should be pushed daily
      • tuleap_backup_pass : Passphrase for encryption of backups

    Dependencies

    This role requires the following Ansible collection :

    • community.docker

    This Docker role supposes that Traefik is deployed as an inverseproxy in front of the deployed Dockers. The following role is used by Le Filament for deploying Traefik : docker_server (https://sources.le-filament.com/lefilament/ansible-roles/docker_server)

    Example Playbook

    Including an example of how to use your role (for instance, with variables passed in as parameters) is always nice for users too:

    - hosts: servers
      roles:
         - { role: docker_tuleap }
      vars:
         - { tuleap_url: "tuleap.example.org" }
         - { tuleap_db_root_pass: "veryUnsecurePassToBeModified" }

    License

    AGPL-3

    Author Information

    Le Filament (https://le-filament.com)