ElaoInfra.mailcatcher

Ansible Rolle: mailcatcher
Diese Rolle kümmert sich um die Einrichtung von mailcatcher.
Es ist Teil des ELAO Ansible-Stacks, kann aber auch als eigenständige Komponente verwendet werden.
Anforderungen
- Ansible 1.7.2+
Abhängigkeiten
Keine.
Installation
Mit ansible galaxy:
ansible-galaxy install elao.mailcatcher
Sie können diese Rolle als Abhängigkeit für andere Rollen hinzufügen, indem Sie die Rolle zur Datei meta/main.yml Ihrer eigenen Rolle hinzufügen:
dependencies:
- { role: elao.mailcatcher }
Rollen-Handler
Name | Typ | Beschreibung |
---|---|---|
mailcatcher restart |
Dienst | mailcatcher neu starten |
Rollen-Variablen
Name | Standard | Typ | Beschreibung |
---|---|---|---|
elao_mailcatcher_config_template |
config/default.j2 | String | Hauptkonfigurationstemplate |
elao_mailcatcher_config['http-ip'] |
0.0.0.0 | String | IP-Adresse des HTTP-Servers |
Konfigurationsbeispiel
elao_mailcatcher_config:
- http-ip: 0.0.0.0
- http-port: 27015
- smtp-ip: 127.0.0.1
- smtp-port: 1025
Beispiel-Playbook
- hosts: servers
roles:
- { role: elao.mailcatcher }
Lizenz
MIT
Autoreninformation
Installieren
ansible-galaxy install ElaoInfra.mailcatcher
Lizenz
Unknown
Downloads
1.8k
Besitzer
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