Add variables to the README file.

This commit is contained in:
Andrea Dell'Amico 2022-06-13 19:36:59 +02:00
parent 84a28a4cc6
commit 637eca1dae
Signed by: andrea.dellamico
GPG Key ID: 147ABE6CEB9E20FF
1 changed files with 8 additions and 0 deletions

View File

@ -9,6 +9,14 @@ Role Variables
The most important variables are listed below:
``` yaml
ephemera_compose_dir: '/srv/ephemera_stack'
ephemera_docker_stack_name: 'ephemera-ariadne'
ephemera_compose_file_prefix: ephemera-docker-compose
ephemera_remote_compose_file: false
ephemera_compose_url: 'http://localhost/{{ ephemera_compose_file_prefix }}-stack.yml.j2'
# ephemera_mysql_root_password: 'set it in a vault file'
# ephemera_mysql_password: 'set it in a vault file'
ephemera_nfs_server: 127.0.0.1
```
Dependencies