An Ansible role that installs Kong on Ubuntu.
Kong uses Cassandra as its data store, however this role does not include it. See kong_conf_databases_available
for configuring your Cassandra instance with Kong.
Default configuration is defined in default vars.
This role downloads the Kong source directly from the GitHub repo which offers multiple flavors of Ubuntu.
None
- hosts: kong_servers
roles:
- { role: ansible-role-kong }
See the LICENSE file for license rights and limitations (MIT).