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

Merge pull request #8 from roles-ansible/docs

Add example playbook to README
This commit is contained in:
L3D 2022-11-15 21:16:50 +01:00 committed by GitHub
commit b43fcda2bd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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.