Any pre-requisites that may not be covered by Ansible itself or the role should be mentioned here. For instance, if the role uses the EC2 module, it may be a good idea to mention in this section that the boto package is required.
None
Role Variables
Role Variables
--------------
--------------
A description of the settable variables for this role should go here, including any variables that are in defaults/main.yml, vars/main.yml, and any variables that can/should be set via parameters to the role. Any variables that are read from other roles and/or the global scope (ie. hostvars, group vars, etc.) should be mentioned here as well.
Variables from default directory :
* mm_url: URL on which Mattermost will be listening
* mm_db_name: Database name
* mm_db_user: Database user
* mm_db_pass: Database password
* default_maintenance_email: maintenance e-mail used to request Let's Encrypt certificate
* 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 :
* swift parameters for 2 object storage instances where backups should be pushed daily
* auth_backup_pass : Passphrase for encryption of backups
Dependencies
Dependencies
------------
------------
A list of other roles hosted on Galaxy should go here, plus any details in regards to parameters that may need to be set for other roles, or variables that are used from other roles.
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
Example Playbook
----------------
----------------
...
@@ -25,7 +44,11 @@ Including an example of how to use your role (for instance, with variables passe
...
@@ -25,7 +44,11 @@ Including an example of how to use your role (for instance, with variables passe