ansible-role-mei-generator/README.md

33 lines
668 B
Markdown
Raw Normal View History

2021-01-27 14:55:14 +01:00
Role Name
=========
2021-01-27 19:06:39 +01:00
A role that installs the MEI Generator docker stack
2021-01-27 14:55:14 +01:00
Role Variables
--------------
2021-01-27 19:06:39 +01:00
The most important variables are listed below:
``` yaml
mei_generator_compose_dir: '/srv/mei_generator_stack'
mei_generator_docker_stack_name: 'mei-generator'
mei_generator_compose_url: 'https://raw.githubusercontent.com/CMCC-Foundation/bluecloud-config/master/docker-compose.yml'
cmmc_mysql_root_password: 'set it in a vault file'
cmmc_mysql_password: 'set it in a vault file'
```
2021-01-27 14:55:14 +01:00
Dependencies
------------
2021-01-27 19:06:39 +01:00
A docker swarm cluster is required
2021-01-27 14:55:14 +01:00
License
-------
EUPL-1.2
Author Information
------------------
2021-01-27 19:06:39 +01:00
Andrea Dell'Amico, <andrea.dellamico@isti.cnr.it>