diff --git a/README.md b/README.md index a631769..7726fbf 100644 --- a/README.md +++ b/README.md @@ -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: