ElaoInfra.mailcatcher

Rôle Ansible : mailcatcher

Ce rôle sert à configurer mailcatcher.

Il fait partie de la pile Ansible d'ELAO, mais peut être utilisé comme un composant autonome.

Exigences

  • Ansible 1.7.2+

Dépendances

Aucune.

Installation

Avec ansible galaxy :

ansible-galaxy install elao.mailcatcher

Vous pouvez ajouter ce rôle comme une dépendance pour d'autres rôles en l'ajoutant au fichier meta/main.yml de votre propre rôle :

dependencies:
  - { role: elao.mailcatcher }

Gestionnaires de rôle

Nom Type Description
mailcatcher restart Service Redémarrer mailcatcher

Variables de rôle

Nom Par défaut Type Description
elao_mailcatcher_config_template config/default.j2 Chaine Modèle de configuration principal
elao_mailcatcher_config['http-ip'] 0.0.0.0 Chaine Adresse IP du serveur http

Exemple de configuration

elao_mailcatcher_config:
  - http-ip:    0.0.0.0
  - http-port:  27015
  - smtp-ip:    127.0.0.1
  - smtp-port:  1025

Exemple de playbook

- hosts: serveurs
  roles:
     - { role: elao.mailcatcher }

Licence

MIT

Informations sur l'auteur

ELAO (http://www.elao.com/)

À propos du projet

Setup and configure mailcatcher.

Installer
ansible-galaxy install ElaoInfra.mailcatcher
Licence
Unknown
Téléchargements
1.8k
Propriétaire
All of those roles aren't maintained anymore and we strongly encourage you to switch to our new (maintained and tested) Ansible stack: https://github.com/manala