hspaans.fetchmail

役割名

システム全体のFetchmail設定をインストールし、維持します。

要件

なし。

役割変数

デフォルトの変数は defaults/main.yml に設定されています。

依存関係

他のAnsible Galaxyの役割への依存関係はありません。

例のプレイブック

- hosts: servers
  vars:
    fetchmail_config: |
      poll imap.gmail.com protocol IMAP
        user "[email protected]" is johndoe here
        password 'mysecretpassword'
        folder 'BUP'
        fetchlimit 1
        keep
        ssl
  roles:
    - hspaans.fetchmail

ライセンス

MIT

著者情報

この役割は2021年に Hans Spaans によって作成されました。

プロジェクトについて

Install and maintain system-wide Fetchmail

インストール
ansible-galaxy install hspaans.fetchmail
ライセンス
mit
ダウンロード
827
所有者
GitBiz evangelist that follows the enlightenment path of CI/CD towards NoOps.