Git Product home page Git Product logo

ansible-role-konnect-data-plane's Introduction

Konnect Data Plane

Install the Kong Gateway and register it with Konnect for use as a data plane.

Role Variables

  • konnect_username: Your Konnect username
  • konnect_password: Your Konnect password

You can provide these by running ansible-playbook playbook.yml --extra-vars "[email protected] konnect_password=SuperSecureP455W0rD" for testing, or use Ansible Vault for production.

Usage

Create a file named playbook.yml with the following contents:

---
- hosts: all
  roles:
    - role: "mheap.konnect-data-plane"

In the same directory, create a folder named roles and change directory into it. Next, clone this repo into the roles directory.

Execute the playbook by running the following command in the same directory as playbook.yml:

ansible-playbook -i "ip_addr," playbook.yml --extra-vars "[email protected] konnect_password=SuperSecureP455W0rD

Using Vagrant

To test with Vagrant, create a file named Vagrantfile with the following contents then run vagrant up:

Vagrant.configure("2") do |config|
  config.vm.box = "ubuntu/xenial64"

  config.vm.provision "ansible" do |ansible|
    ansible.playbook = "playbook.yml"
    ansible.compatibility_mode = "2.0"
    ansible.extra_vars = {
      konnect_username: "[email protected]",
      konnect_password: "SuperSecureP455W0rD",
    }
  end

end

When it finishes building the machine will be registered in Konnect as a data plane.

License

MIT

Author Information

Michael Heap [email protected]

ansible-role-konnect-data-plane's People

Contributors

mheap avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.