Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mrlesmithjr/ansible-postfix
https://github.com/mrlesmithjr/ansible-postfix
ansible postfix
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/mrlesmithjr/ansible-postfix
- Owner: mrlesmithjr
- License: mit
- Created: 2015-07-30T02:01:42.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T11:30:19.000Z (almost 2 years ago)
- Last Synced: 2023-03-14T12:40:35.896Z (over 1 year ago)
- Topics: ansible, postfix
- Language: Jinja
- Size: 76.2 KB
- Stars: 5
- Watchers: 3
- Forks: 7
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# ansible-postfix
Ansible role to install/configure Postfix
## Build Status
### GitHub Actions
![Molecule Test](https://github.com/mrlesmithjr/ansible-postfix/workflows/Molecule%20Test/badge.svg)
### Travis CI
[![Build Status](https://travis-ci.org/mrlesmithjr/ansible-postfix.svg?branch=master)](https://travis-ci.org/mrlesmithjr/ansible-postfix)
## Requirements
For any required Ansible roles, review:
[requirements.yml](requirements.yml)## Role Variables
[defaults/main.yml](defaults/main.yml)
## Dependencies
## Example Playbook
[playbook.yml](playbook.yml)
## License
MIT
## Author Information
Larry Smith Jr.
- [@mrlesmithjr](https://twitter.com/mrlesmithjr)
- [[email protected]](mailto:[email protected])
- [http://everythingshouldbevirtual.com](http://everythingshouldbevirtual.com)> NOTE: Repo has been created/updated using [https://github.com/mrlesmithjr/cookiecutter-ansible-role](https://github.com/mrlesmithjr/cookiecutter-ansible-role) as a template.