arillso.postfix
Rola Ansible: Postfix
Opis
Rola Ansible do instalacji i konfiguracji Postfix, serwera pocztowego.
Instalacja
$ ansible-galaxy install arillso.postfix
Wymagania
Brak
Zmienne roli
Zmienna | Domyślna wartość | Uwagi (typ) |
---|---|---|
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 |
Zależności
Brak
Przykładowy Playbook
- hosts: all
roles:
- arillso.postfix
Historia zmian
1.3
- nowe testy ról
1.2
- zmiana nazwy roli
1.1
- dodano tagi
- dodano możliwość użycia sudo
1.0
- Wydanie początkowe
Autor
Licencja
Ten projekt jest objęty licencją MIT. Zobacz plik LICENSE w celu zapoznania się z pełnym tekstem licencji.
Prawa autorskie
(c) 2016, Simon Bärlocher
O projekcie
Ansible role for installing and Configuration Pstfix on installs RHEL/CentOS or Debian/Ubuntu.
Zainstaluj
ansible-galaxy install arillso.postfix
Licencja
mit
Pobrania
696.5k
Właściciel