https://github.com/systemli/ansible-role-userli
This role installs Userli, a web application to (self-) manage email users and encrypt their mailboxes.
https://github.com/systemli/ansible-role-userli
ansible-role
Last synced: 4 months ago
JSON representation
This role installs Userli, a web application to (self-) manage email users and encrypt their mailboxes.
- Host: GitHub
- URL: https://github.com/systemli/ansible-role-userli
- Owner: systemli
- Created: 2019-04-02T16:47:50.000Z (about 7 years ago)
- Default Branch: main
- Last Pushed: 2026-01-17T22:53:55.000Z (5 months ago)
- Last Synced: 2026-01-18T15:58:29.361Z (5 months ago)
- Topics: ansible-role
- Language: Jinja
- Size: 201 KB
- Stars: 1
- Watchers: 4
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ansible-role-userli
[](https://github.com/systemli/ansible-role-userli/actions?query=workflow%3AIntegration)
This role installs Userli, a web application to (self-) manage email users
and encrypt their mailboxes. Find more information at
.
## Requirements
* composer
* PHP >= 8.2
* php-apcu
* php-curl
* php-gd
* php-mbstring
* php-mysql / php-pgsql
* php-xml
* php-zip
* php-ctype
* php-intl
* MariaDB/MySQL/PostgreSQL/SQLite
## Role Variables
Add files to `translations` or `userli/translations` to override the default strings
and their translations.
See `defaults/main.yml` for available role variables.
## Dependencies
There are no fixed dependencies, but you need PHP, a webserver and a database.
See `molecule/default/prepare.yml` for an example setup.
## Example Playbook
See `molecule/default/playbook.yml` for an example playbook.
## Tests
For developing and testing the role we use Github Actions, Molecule, and Vagrant.
Run local tests with:
```shell
molecule test
```
## License
GPLv3
## Author Information