Git Product home page Git Product logo

ansible_role_framadate_docker's Introduction

docker_framadate

This role deploys Framadate in a Docker. This role is based on Le Filament Framadate Docker which is also described on corresponding Le Filament GitHub page, and is collecting code directly from Framasoft Framapad git repository. The main repo for this role is on Le Filament GitLab

Requirements

None

Role Variables

Variables from default directory :

  • date_url: URL on which Framadate will be listening

  • date_db_root: Database root password

  • date_db_user: Database user

  • date_db_pass: Database password

  • date_admin_user: Framadate Admin user

  • date_admin_pass: Framadate Admin password

  • default_maintenance_email: Framadate Admin e-mail

  • Mail configuration (optional, if set, a postfix proxy will be deployed, otherwise a mailhog instance will be deployed for blocking e-mails)

    • mailname: domain to which the users belong to
    • mailserver: SMTP server to use for sending e-mails (defaults to smtp.{{ domain }})
    • smtpport: SMTP server port (defaults to 465)
    • smtpuser: SMTP username (defaults to smtpuser)
    • smtppass: SMTP user password (defaults to veryUnsecurePassToBeModified)
  • 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
    • date_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_framadate }
  vars:
     - { date_url: "date.example.org" }
     - { date_db_root: "veryUnsecureRootPassToBeModified" }
     - { date_db_user: "framadate" }
     - { date_db_pass: "veryUnsecurePassToBeModified" }
     - { date_admin_user: "admin" }
     - { date_admin_pass: "veryUnsecureAdminPassToBeModified" }
     - { default_maintenance_email: "[email protected]" }

License

AGPL-3

Author Information

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

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.