Galera cluster deployment based on docker swarm using Linux Containers (LXC) with automatic deployment via Ansible.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
221 B

4 years ago
all: preautomation provision swarm_deploy
4 years ago
preautomation:
/bin/bash ./ansible_install.sh
provision:
/bin/bash ./ansible_provisioning.sh
swarm_deploy:
4 years ago
/bin/bash ./ansible_swarm_config.sh
4 years ago
clean:
/bin/bash ./clean.sh