Installs replicated
This role requires Ansible 1.7 or higher.
This role assumes you have already installed
- gpg
- Docker
and that the Linux kernel supports AUFS.
Install replicated
- hosts: all
sudo: true
roles:
- {role: replicated}
Patrick Humpal