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.fetchamil

许可证

MIT

作者信息

该角色由 Hans Spaans 于 2021 年创建。

关于项目

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.