An open API service indexing awesome lists of open source software.

https://github.com/moukoublen/docker-swarm

Docker swarm with ansible and vagrant
https://github.com/moukoublen/docker-swarm

ansible docker docker-swarm vagrant

Last synced: 3 months ago
JSON representation

Docker swarm with ansible and vagrant

Awesome Lists containing this project

README

          

# Docker Swarm
Create a docker swarm with ansible (and vagrant for vms).

## Vagrant

To create the vms

```bash
cd vagrant
vagrant up
# or
vagrant up--provider=virtualbox

# To destroy
vagrant destroy --force
```

## Ansible

```bash
cd ansible

./bin/install-ansible-roles
./bin/install-ansible-collections

./bin/ansible-playbook docker.yml
./bin/ansible-playbook swarm.yml
```