wiltonsr / Docker-Swarm-Cluster

Vagrant and Ansible provisioning Docker Swarm Cluster

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Docker-Swarm-Cluster

Vagrant and Ansible provisioning Docker Swarm Cluster

# To provision machines
vagrant up

# To check conectivity
ansible -m ping -i hosts all

# To start docker swarm cluster
ansible-playbook -i hosts playbook.yml

About

Vagrant and Ansible provisioning Docker Swarm Cluster

License:MIT License


Languages

Language:Shell 100.0%