Ansible role that installs the Ephemera stack (Ariadne+)
Go to file
Andrea Dell'Amico 96655354b7
Cleanup the meta file.
2022-06-13 19:39:18 +02:00
defaults Ephemera stack 2022-06-13 19:35:45 +02:00
handlers Initial commit 2022-06-13 11:30:27 +02:00
meta Cleanup the meta file. 2022-06-13 19:39:18 +02:00
tasks Ephemera stack 2022-06-13 19:35:45 +02:00
templates Ephemera stack 2022-06-13 19:35:45 +02:00
tests Initial commit 2022-06-13 11:30:27 +02:00
vars Initial commit 2022-06-13 11:30:27 +02:00
.gitignore Initial commit 2022-06-13 11:30:27 +02:00
LICENSE Initial commit 2022-06-13 11:30:27 +02:00
README.md Add variables to the README file. 2022-06-13 19:36:59 +02:00

README.md

Role Name

A role that installs the Ariadne+ Ephemera Docker stack.

Role Variables

The most important variables are listed below:

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

A docker swarm cluster is required

License

EUPL-1.2

Author Information

Andrea Dell'Amico, andrea.dellamico@isti.cnr.it