Skip to content

Kong/ansible-role-kong

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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).

Releases

No releases published

Packages

No packages published

Languages