arillso.postfix

Ansibleロール: Postfix

ビルドステータス

説明

Postfixというメールサーバーをインストールし、設定するためのAnsibleロールです。

インストール

$ 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

依存関係

特になし

例 プレイブック

- hosts: all
  roles:
     - arillso.postfix

変更履歴

1.3

  • 新しいロールテスト

1.2

  • ロール名の変更

1.1

  • タグの追加
  • becomeの追加

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.postfix
ライセンス
mit
ダウンロード
696.5k
所有者