From 92be31fc0eed7a0a5c8405759435d3999930c81b Mon Sep 17 00:00:00 2001 From: L3D Date: Tue, 15 Nov 2022 21:15:28 +0100 Subject: [PATCH] Add example playbook to README --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index 19785d2..8f357e3 100644 --- a/README.md +++ b/README.md @@ -64,6 +64,20 @@ cd etebase_v0.10.0 # example versiom By the way, this role requires that the Ansible user be allowed to execute commands with sudo privileges. + Example Playbook +------------------ +```yml +--- +- name: Install etebase server + hosts: localhost + roles: + - {role: do1jlr.etebase, tags: etebase} + vars: + etebase__allowed_hosts_allowed_host1: 'example.com' + etebase__systemd_setup: true + submodules_versioncheck: true +``` + Contributing -------------- Don't hesitate to open a issue or *(even better)* create a pull request.