postfix

Ansible Роль: Postfix

Статус сборки

Описание

Роль Ansible для установки и настройки Postfix, почтового сервера.

Установка

$ ansible-galaxy install arillso.postfix

Требования

Нет

Переменные роли

| Переменная | По умолчанию | Комментарии (тип) | | :--- | :--- | :--- | | 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 | | |

Зависимости

Нет

Пример Playbook

- hosts: all
  roles:
     - arillso.postfix

История изменений

1.3

  • новые тесты роли

1.2

  • переименование роли

1.1

  • добавлены теги
  • добавлено повышение привилегий

1.0

  • Начальный релиз

Автор

Лицензия

Этот проект находится под лицензией MIT. См. файл LICENSE для полного текста лицензии.

Авторские права

(c) 2016, Simon Bärlocher

О проекте

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

Установить
ansible-galaxy install arillso/ansible.postfix
Лицензия
mit
Загрузки
694448
Владелец