https://github.com/bodsch/ansible-mailcow
Ansible role to install and configure a dockerless version of mailcow
https://github.com/bodsch/ansible-mailcow
ansible ansible-role automation dockerless mailcow
Last synced: 3 months ago
JSON representation
Ansible role to install and configure a dockerless version of mailcow
- Host: GitHub
- URL: https://github.com/bodsch/ansible-mailcow
- Owner: bodsch
- License: apache-2.0
- Created: 2023-03-19T11:28:57.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-27T05:36:17.000Z (4 months ago)
- Last Synced: 2025-01-27T06:28:15.693Z (4 months ago)
- Topics: ansible, ansible-role, automation, dockerless, mailcow
- Language: Jinja
- Homepage:
- Size: 23.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Ansible Role: `mailcow`
Ansible role to install a **dockerless** [mailcow](https://github.com/mailcow/mailcow-dockerized) application.
`mailcow` is a software written in PHP to manage data that is important for a mail system.
The actual components of the mail system access this data via their database interfaces.
I am trying to analyse and understand the PHP code using this Ansible role.
My goal is to be able to use mailcow without dependence on Docker.
Docker is not always useful, desired, usable or practical ... it is and remains a philosophical question
(and I don't want to discuss it any more!).## Requirements & Dependencies
- mariadb
- redis
- php8
- pecl
- nginx## Patches
I have stored my patches in a [separate repository](https://github.com/bodsch/mailcow-dockerless).
### Operating systems
Tested on
* Debian based
- Debian 10 / 11## Contribution
Please read [Contribution](CONTRIBUTING.md)
## Development, Branches (Git Tags)
The `master` Branch is my *Working Horse* includes the "latest, hot shit" and can be complete broken!
If you want to use something stable, please use a [Tagged Version](https://github.com/bodsch/ansible-mailcow/tags)!
## initial login
- username: admin
- password: moohoo----
## Author and License
- Bodo Schulz
## License
[Apache](LICENSE)
**FREE SOFTWARE, HELL YEAH!**