arillso.postfix

Rôle Ansible : Postfix

Statut de construction

Description

Rôle Ansible pour installer et configurer Postfix, un serveur de messagerie.

Installation

$ ansible-galaxy install arillso.postfix

Exigences

Aucune

Variables du rôle

Variable Par défaut Commentaires (type)
postfix_inet_interfaces all
postfix_inet_protocols all
postfix_hostname "{{ ansible_fqdn }}"
postfix_mailname $myhostname
postfix_mynetworks - 127.0.0.0/8
- '[::ffff:127.0.0.0]/104'
- '[::1]/128'
postfix_mydestination - "{{ postfix_hostname }}"
- $myhostname
- localhost.$mydomain
- localhost
postfix_relayhost
postfix_relayhost_port
postfix_relaytls true
postfix_sasl_auth_enable true
postfix_sasl_user
postfix_sasl_password
postfix_sasl_security_options noanonymous
postfix_root_mailbox

Dépendances

Aucune

Exemple de Playbook

- hosts: all
  roles:
     - arillso.postfix

Journal des changements

1.3

  • nouveaux tests de rôles

1.2

  • renommage du nom du rôle

1.1

  • ajout de tags
  • ajout de become

1.0

  • Première publication

Auteur

Licence

Ce projet est sous la licence MIT. Voir le fichier LICENSE pour le texte complet de la licence.

(c) 2016, Simon Bärlocher

À propos du projet

Ansible role for installing and Configuration Pstfix on installs RHEL/CentOS or Debian/Ubuntu.

Installer
ansible-galaxy install arillso.postfix
Licence
mit
Téléchargements
696.5k
Propriétaire