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:
parent
8f83cca600
commit
f0f0094120
1 changed files with 3 additions and 3 deletions
|
@ -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!
|
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.
|
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
|
Default Variables
|
||||||
-----------
|
-----------
|
||||||
|
@ -69,8 +69,8 @@ By the way, this role requires that the Ansible user be allowed to execute comma
|
||||||
------------------
|
------------------
|
||||||
```yml
|
```yml
|
||||||
---
|
---
|
||||||
- name: Install etebase server
|
- name: Install etebase server at example.com
|
||||||
hosts: localhost
|
hosts: example.com
|
||||||
roles:
|
roles:
|
||||||
- {role: do1jlr.etebase, tags: etebase}
|
- {role: do1jlr.etebase, tags: etebase}
|
||||||
vars:
|
vars:
|
||||||
|
|
Loading…
Reference in a new issue