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

Add example playbook to README

This commit is contained in:
L3D 2022-11-15 21:15:28 +01:00
parent 75ba21203f
commit 92be31fc0e
Signed by: l3d
GPG key ID: CD08445BFF4313D1

View file

@ -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. 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 Contributing
-------------- --------------
Don't hesitate to open a issue or *(even better)* create a pull request. Don't hesitate to open a issue or *(even better)* create a pull request.