From f0f0094120f21f3ec655d3749871343e9387f4ba Mon Sep 17 00:00:00 2001 From: L3D Date: Tue, 15 Nov 2022 22:15:35 +0100 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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: