https://github.com/lyz-code/ansible-mailx
https://github.com/lyz-code/ansible-mailx
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/lyz-code/ansible-mailx
- Owner: lyz-code
- License: gpl-2.0
- Created: 2020-09-09T08:40:15.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-09-09T08:41:30.000Z (over 5 years ago)
- Last Synced: 2024-12-29T06:09:59.489Z (about 1 year ago)
- Language: Python
- Size: 17.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
# mailx
Role to install mailx.
## Requirements
None
## Role Variables
* `email`: Dictionary with the information of the configuration.
* `server`: endpoint of the server (Example: `smtp://disroot.org:587`).
* `user`: user to authenticate to the SMTP server.
* `password`: password to authenticate to the SMTP server.
* `from`: email address that will appear in the FROM of the email.
## Dependencies
## Example playbook
```yaml
- hosts: all
roles:
- mailx
```
## Testing
To test the role you need [molecule](http://molecule.readthedocs.io/en/latest/).
```bash
molecule test
```
## License
GPLv2
## Author Information
Lyz (lyz@riseup.net)