Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 1 KB

README.md

File metadata and controls

28 lines (16 loc) · 1 KB

ansible-role-kong

Ansible Galaxy Build Status

An Ansible role that installs Kong on Ubuntu.

Requirements

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.

Role Variables

Default configuration is defined in default vars.

This role downloads the Kong source directly from the GitHub repo which offers multiple flavors of Ubuntu.

Dependencies

None

Example Playbook

- hosts: kong_servers
  roles:
    - { role: ansible-role-kong }

License

See the LICENSE file for license rights and limitations (MIT).