Ansible role that installs open-asfa as a docker stack
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Andrea Dell'Amico 88c14edabe
Remove a wrong DB volume
9 months ago
defaults Fix a typo. 9 months ago
handlers Initial commit 4 years ago
meta Add support for couchbase. 1 year ago
tasks Fix a typo. 9 months ago
templates Remove a wrong DB volume 9 months ago
tests Initial commit 4 years ago
vars Dependency and variables to support an external db. 4 years ago
.gitignore Add a gitignore file. 9 months ago
LICENSE Initial commit 4 years ago
README.md Also connect the client to the haproxy network 4 years ago

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