Ansible role to install Kontena Agent on Nodes.
Example, how to use, can be found at tests
directory.
ansible-galaxy install roquie.ansible-kontena-agent
Kontena-agent package does not require NTP for installation, but it is strongly recommended by kontena's documentation, so you should supply NTP on your hosts by self. We advise to use these role: galexrt.ansible-ntpdate.
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-agent
) in tests/playbooks/vagrant.yml
file.
MIT