ontic.kong
Ontic Kong 
Branch | Build | Galaxy | Release |
---|---|---|---|
master |
Introduction
This role helps you install Kong on RedHat/CentOS and Debian/Ubuntu Linux servers.
Requirements
Name | Version |
---|---|
None | N/A |
Installation
We recommend using Ansible Galaxy to install this role because it automatically manages dependencies. Here are some other ways to install it.
1.1 Downloading
You can download the project files as a .zip
file and then extract them into your ./roles/
directory.
1.2 Cloning
You can clone the project into your ./roles/
directory.
1.3 Ansible Galaxy
The simplest way to install this module is from the command line:
$ ansible-galaxy install ontic.kong
If you have multiple roles to install, you can use a requirements.yml
file with the ansible-galaxy command:
- src: ontic.kong
$ ansible-galaxy install -r requirements.yml
You can also specify the repository in your requirements.yml
file:
- src: git+https://github.com/ontic/ansible-role-kong.git
version: master
name: ontic.kong
2.1 Enabling
To enable the role, add it to your playbook file.
- name: Example web server
hosts: web_servers
roles:
- { role: ontic.kong }
Documentation
You can find the complete documentation in the docs directory.
Contributors
Here are the people who have contributed to this project. If you want to help, please make a pull request or submit an issue.
License
This project is licensed under the BSD License. See the LICENSE file for more details.