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:
parent
75ba21203f
commit
92be31fc0e
1 changed files with 14 additions and 0 deletions
14
README.md
14
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.
|
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.
|
||||||
|
|
Loading…
Reference in a new issue