ansible-kong
ansible-kong copied to clipboard
Installs and Configures Kong
Fix the missing `}`
The systemd file created to start the kong service doesn't have a listed dependency to wait for backend services (postgres, cassandra, etc) to start. If kong starts before these services,...
Fix #29
Missing a closing } `{% if plugin_obj.update({'consumer': {'id': consumer.json.id}}) %}{% endif %}` _Originally posted by @TaylorN15 in https://github.com/wunzeco/ansible-kong/pull/25_
Ansible 2.2.3 wunzeco/ansible-kong 1.10 When this block executes: ``` - name: register logging plugin for logstash include_role: name: wunzeco.kong kong_task: plugin kong_plugin_config: name: tcp-log service: prod-k8s config: { host: "logstash-aggregator-elb.prod.airmap.com",...