Install and maintain system-wide Fetchmail configuration.
None.
Default variables are set in defaults/main.yml
.
No dependency on other Ansible Galaxy roles.
- 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
This role was created in 2021 by Hans Spaans.