Ansible role that installs open-asfa as a docker stack
Go to file
Andrea Dell'Amico 329bca69c0 Fix the database hostname 2020-10-13 19:26:55 +02:00
defaults Fix the database hostname 2020-10-13 19:26:55 +02:00
handlers Initial commit 2020-10-13 16:49:18 +02:00
meta Fixes #19893. Open ASFA 2020-10-13 18:33:16 +02:00
tasks Fix the database hostname 2020-10-13 19:26:55 +02:00
templates Fix the database hostname 2020-10-13 19:26:55 +02:00
tests Initial commit 2020-10-13 16:49:18 +02:00
vars Initial commit 2020-10-13 16:49:18 +02:00
.gitignore Initial commit 2020-10-13 16:49:18 +02:00
LICENSE Initial commit 2020-10-13 16:49:18 +02:00
README.md Fixes #19893. Open ASFA 2020-10-13 18:33:16 +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_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'
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