Ansible role to install Kontena Server on Masters.
Example, how to use, can be found at tests
directory.
ansible-galaxy install roquie.ansible-kontena-server
- Full idempotence
For now supports:
- Ubuntu 16.04 LTS
- Ubuntu 14.04 LTS
cd /path/to/project
cd tests && ansible-galaxy install -r requirements.yml && cd ..
vagrant up
If u want rename project, make sure to rename role (ansible-kontena-server
) inside tests/playbooks/vagrant.yml
.
MIT