An open API service indexing awesome lists of open source software.

https://github.com/hspaans/ansible-role-fetchmail

Ansible Role for Fetchmail
https://github.com/hspaans/ansible-role-fetchmail

ansible ansible-role fetchmail imap pop3 smtp

Last synced: 3 months ago
JSON representation

Ansible Role for Fetchmail

Awesome Lists containing this project

README

          

# Role Name

Install and maintain system-wide Fetchmail configuration.

## Requirements

None.

## Role Variables

Default variables are set in `defaults/main.yml`.

## Dependencies

No dependency on other Ansible Galaxy roles.

## Example Playbook

- hosts: servers
vars:
fetchmail_config: |
poll imap.gmail.com protocol IMAP
user "example@gmail.com" is johndoe here
password 'mysecretpassword'
folder 'BUP'
fetchlimit 1
keep
ssl
roles:
- hspaans.fetchamil

## License

MIT

## Author Information

This role was created in 2021 by [Hans Spaans](https://github.com/hspaans).