lexa-uw.mailserver
Role Name
This role runs the tvial/docker-mailserver in a Docker container.
Requirements
This role is designed to work with Docker only.
Role Variables
Check the variables for more details.
Add Role to Project:
To add this role to your project, include it in your requirements file (like requirements.yml):
- src: https://github.com/lexa-uw/ansible-role-mailserver
version: v1.3.0
name: mailserver
To install the role, run:
ansible-galaxy install -r ./requirements.yml --roles-path ./roles/
Playbook Example:
Here's a simple playbook example:
- hosts: all
vars:
mailserver_container_options:
env:
OVERRIDE_HOSTNAME: "override.hostname"
mailserver_users:
- {user: "test@qwest", password: "qwest"}
roles:
- { role: mailserver }
License
This role is licensed under the MIT license.
Informazioni sul progetto
Run mailserver in docker container
Installa
ansible-galaxy install lexa-uw.mailserver
Licenza
Unknown
Download
90
Proprietario