2020-10-13 16:49:18 +02:00
|
|
|
Role Name
|
|
|
|
=========
|
|
|
|
|
2020-10-13 18:33:16 +02:00
|
|
|
A role that installs the Open ASFA docker stack
|
2020-10-13 16:49:18 +02:00
|
|
|
|
|
|
|
Role Variables
|
|
|
|
--------------
|
|
|
|
|
2020-10-13 18:33:16 +02:00
|
|
|
The most important variables are listed below:
|
|
|
|
|
|
|
|
``` yaml
|
|
|
|
open_asfa_compose_dir: '/srv/open_asfa_stack'
|
|
|
|
open_asfa_docker_service_name: 'open-asfa'
|
|
|
|
open_asfa_docker_service_server_name: 'asfa-server'
|
|
|
|
open_asfa_docker_service_client_name: 'asfa-client'
|
|
|
|
open_asfa_docker_server_image: 'lucabrl01/asfa-server'
|
|
|
|
open_asfa_docker_client_image: 'lucabrl01/asfa-client'
|
|
|
|
open_asfa_docker_network: 'open_asfa_net'
|
2020-10-14 13:58:10 +02:00
|
|
|
# IMPORTANT. Set it to True for the server that is going to host the DB
|
|
|
|
open_asfa_docker_db_node: False
|
2020-10-13 18:33:16 +02:00
|
|
|
open_asfa_behind_haproxy: True
|
|
|
|
open_asfa_haproxy_public_net: 'haproxy-public'
|
|
|
|
# DB
|
|
|
|
open_asfa_db_image: 'postgres:12-alpine'
|
|
|
|
#open_asfa_db_pwd: 'set it in a vault file'
|
|
|
|
open_asfa_db_name: 'asfadb'
|
|
|
|
open_asfa_db_user: 'asfadb_user'
|
|
|
|
open_asfa_db_volume: 'asfa_pg_data'
|
|
|
|
```
|
2020-10-13 16:49:18 +02:00
|
|
|
|
|
|
|
Dependencies
|
|
|
|
------------
|
|
|
|
|
2020-10-13 18:33:16 +02:00
|
|
|
A docker swarm cluster is required
|
2020-10-13 16:49:18 +02:00
|
|
|
|
|
|
|
License
|
|
|
|
-------
|
|
|
|
|
|
|
|
EUPL-1.2
|
|
|
|
|
|
|
|
Author Information
|
|
|
|
------------------
|
|
|
|
|
2020-10-13 18:33:16 +02:00
|
|
|
Andrea Dell'Amico, <andrea.dellamico@isti.cnr.it>
|