Ansible role that installs open-asfa as a docker stack
Go to file
Andrea Dell'Amico 88c14edabe
Remove a wrong DB volume
2023-07-19 16:55:58 +02:00
defaults Fix a typo. 2023-07-19 16:34:06 +02:00
handlers Initial commit 2020-10-13 16:49:18 +02:00
meta Add support for couchbase. 2023-04-04 17:50:06 +02:00
tasks Fix a typo. 2023-07-19 16:34:06 +02:00
templates Remove a wrong DB volume 2023-07-19 16:55:58 +02:00
tests Initial commit 2020-10-13 16:49:18 +02:00
vars Dependency and variables to support an external db. 2020-11-06 19:17:19 +01:00
.gitignore Add a gitignore file. 2023-07-19 15:07:01 +02:00
LICENSE Initial commit 2020-10-13 16:49:18 +02:00
README.md Also connect the client to the haproxy network 2020-10-14 18:35:46 +02:00

README.md

Role Name

A role that installs the Open ASFA docker stack

Role Variables

The most important variables are listed below:

open_asfa_compose_dir: '/srv/open_asfa_stack'
open_asfa_docker_stack_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'
# IMPORTANT. Set it to True for the server that is going to host the DB
open_asfa_docker_db_node: False
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'

Dependencies

A docker swarm cluster is required

License

EUPL-1.2

Author Information

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