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
- Host: GitHub
- URL: https://github.com/hspaans/ansible-role-fetchmail
- Owner: hspaans
- License: mit
- Created: 2021-01-28T00:29:08.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-06-16T22:39:04.000Z (about 2 years ago)
- Last Synced: 2025-03-26T21:15:52.476Z (over 1 year ago)
- Topics: ansible, ansible-role, fetchmail, imap, pop3, smtp
- Language: Python
- Homepage:
- Size: 61.5 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).