arillso.postfix
Rol de Ansible: Postfix
Descripción
Rol de Ansible para instalar y configurar Postfix, un servidor de correo.
Instalación
$ ansible-galaxy install arillso.postfix
Requisitos
Ninguno
Variables del Rol
| Variable | Predeterminado | Comentarios (tipo) |
| :--- | :--- | :--- |
| 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
| | |
Dependencias
Ninguna
Ejemplo de Playbook
- hosts: all
roles:
- arillso.postfix
Registro de Cambios
1.3
- Nuevas pruebas de roles
1.2
- Renombrar el nombre del rol
1.1
- Agregar etiquetas
- Agregar become
1.0
- Lanzamiento inicial
Autor
Licencia
Este proyecto está bajo la Licencia MIT. Consulta el archivo LICENSE para el texto completo de la licencia.
Derechos de Autor
(c) 2016, Simon Bärlocher
Ansible role for installing and Configuration Pstfix on installs RHEL/CentOS or Debian/Ubuntu.
ansible-galaxy install arillso.postfix