Ansible role that installs the Ephemera stack (Ariadne+)
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Andrea Dell'Amico 945e5d27d2
Fix the environment variables.
2 years ago
defaults Ephemera stack 2 years ago
handlers Initial commit 2 years ago
meta Cleanup the meta file. 2 years ago
tasks Ephemera stack 2 years ago
templates Fix the environment variables. 2 years ago
tests Initial commit 2 years ago
vars Initial commit 2 years ago
.gitignore Initial commit 2 years ago
LICENSE Initial commit 2 years ago
README.md Add variables to the README file. 2 years ago

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