1
0
Fork 0
mirror of https://github.com/roles-ansible/ansible_role_etebase.git synced 2024-08-16 10:19:52 +02:00

Update README.md

This commit is contained in:
L3D 2022-11-15 22:15:35 +01:00 committed by GitHub
parent 8f83cca600
commit f0f0094120
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,7 +9,7 @@ Ansible role to Setup and Confugure Etebase - The Backend from EteSync 2.0 -> ht
---------
This Ansible role installs and configures etebase, the backend of etesync. A piece of software to securely sync your contacts, calendars, tasks and notes!
In this Ansible role, a separate user is created for etebase. The latest release of etebase is downloaded to the home of this user. A configuration is created. The specified Python dependencies are installed in a venv. And optionally etebase can be started automatically via a systemd service and uvicor.
What this Ansible role does not create are users in Etebase. And the configuration for the web server is not created either.
This Ansible role does not create users in Etebase. And the configuration for the web server is not created either. More about this in the [Additional Information](#additional-information) section.
Default Variables
-----------
@ -69,8 +69,8 @@ By the way, this role requires that the Ansible user be allowed to execute comma
------------------
```yml
---
- name: Install etebase server
hosts: localhost
- name: Install etebase server at example.com
hosts: example.com
roles:
- {role: do1jlr.etebase, tags: etebase}
vars: