https://github.com/coopdevs/mailhog-basic-auth-role
An implementation of geerlingguy.mailhog role adding basic auth.
https://github.com/coopdevs/mailhog-basic-auth-role
ansible ansible-role mailhog
Last synced: about 1 month ago
JSON representation
An implementation of geerlingguy.mailhog role adding basic auth.
- Host: GitHub
- URL: https://github.com/coopdevs/mailhog-basic-auth-role
- Owner: coopdevs
- Created: 2022-05-20T12:59:32.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-09-07T12:01:07.000Z (almost 3 years ago)
- Last Synced: 2025-02-22T11:18:21.923Z (over 1 year ago)
- Topics: ansible, ansible-role, mailhog
- Size: 5.86 KB
- Stars: 0
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
Mailhog Basic Auth Role
=========
An implementation of geerlingguy.mailhog adding basic auth.
Requirements
------------
- None
Role Variables
--------------
```yml
mailhog_enabled: false
mailhog_install_dir: /opt/mailhog
mailhog_version: 1.0.1
mailhog_basic_auth_enabled: false
mailhog_basic_auth_user:
mailhog_basic_auth_pass:
mailhog_basic_auth_file:
```
Dependencies
------------
- `geerlingguy.mailhog`
Example Playbook
----------------
```yaml
- hosts: servers
roles:
- { role: coopdevs.mailhog-basic-auth }
```
License
-------
BSD
Author Information
------------------
https://coopdevs.org