manala.mailhog

#######################################################################################################

:exclamation: ABLEHNUNG :exclamation:

Dieses Repository und die zugehörige Rolle sind obsolet.

Sie können unsere anderen Rollen in der Manala Ansible Sammlung finden. Informationen zur Nutzung finden Sie im Sammlungs-Repository.

#######################################################################################################

Ansible Rolle: Mailhog Build Status

:exclamation: Probleme melden und Pull Requests senden im Haupt-Ansible-Rollen-Repository :exclamation:

Diese Rolle kümmert sich um die Einrichtung und die Konfiguration von Mailhog.

Sie ist Teil des Manala Ansible Stacks, kann aber auch als eigenständige Komponente verwendet werden.

Anforderungen

Diese Rolle ist so konzipiert, dass sie mit dem manala mailhog Debian-Paket funktioniert, das im manala Debian-Repository verfügbar ist. Bitte verwenden Sie die Rolle manala.apt, um dies ordnungsgemäß zu handhaben.

manala_apt_preferences:
  - mailhog@manala

Abhängigkeiten

Keine.

Installation

Ansible 2+

Verwendung des Ansible Galaxy CLI:

ansible-galaxy install manala.mailhog

Verwendung einer Ansible Galaxy-Anforderungsdatei:

- src: manala.mailhog

Rollen-Handler

Keine.

Rollen-Variablen

Definition

Name Standard Typ Beschreibung
manala_mailhog_install_packages ~ String Abhängigkeitspakete zur Installation
manala_mailhog_install_packages_default ['mailhog'] String Standardabhängigkeitspakete zur Installation
manala_mailhog_config_template ~ String Pfad zur Konfigurationsvorlage
manala_mailhog_config [] Array Konfiguration

Beispiel

- hosts: all
  vars:
    manala_mailhog_config_template: config/default.dev.j2
    manala_mailhog_config:
      - ui-bind-addr: 0.0.0.0:8080
  roles:
    - role: manala.mailhog

Lizenz

MIT

Autoreninformationen

Manala (http://www.manala.io/)

Über das Projekt

Handle mailhog

Installieren
ansible-galaxy install manala.mailhog
GitHub Repository
Lizenz
Unknown
Downloads
6.4k
Besitzer
Manala is an open source project supported by the french web agency ELAO providing advanced ansible roles for website's infrastructures and far more.