Dokuwiki
This role sets up Dokuwiki using Docker
Role Variables
Please list what variables your roles accepts, which are necessary and which optional, and what they do.
Name | Required | Description | Default Value |
---|---|---|---|
var_name |
✅ / ❌ | This variable does something | True |
License
MIT License
Author Information
How to use this template
- Fill out this
README.md
- Replace $YOUR_NAME with your name in
LICENSE
- Update the
meta/main.yml
- Replace $YOUR_NAME with your name
- Replace
$ROLE_NAME
with the name of your role. If you are deploying Keycloak for example, please call itkeycloak
. Please be careful to replace it in theissue_tracker_url
too! - Update the
platforms
accordingly
- Add your variable defaults into
defaults/main.yml
- Now start developing your role. Get started in
tasks/main.yml
- Before publishing, remove this section