ansible-role-ariadne-portal/README.md

35 lines
740 B
Markdown
Raw Permalink Normal View History

2020-11-14 17:41:46 +01:00
Role Name
=========
A role that installs the Ariadne Portal docker stack
2020-11-14 17:41:46 +01:00
Role Variables
--------------
The most important variables are listed below:
``` yaml
ariadne_portal_compose_dir: '/srv/ariadne_portal_stack'
ariadne_portal_docker_stack_name: 'ariadne-portal'
ariadne_portal_docker_service_client_name: 'client'
ariadne_portal_docker_client_image: 'ariadneplusportal/www-portal-client'
# IMPORTANT. Set it to True for the server that is going to host the DB
ariadne_portal_behind_haproxy: True
ariadne_portal_haproxy_public_net: 'haproxy-public'
```
2020-11-14 17:41:46 +01:00
Dependencies
------------
A docker swarm cluster is required
2020-11-14 17:41:46 +01:00
License
-------
EUPL-1.2
Author Information
------------------
Andrea Dell'Amico, <andrea.dellamico@isti.cnr.it>