Giter Club home page Giter Club logo

confluent-ansible's Introduction

confluent-ansible

Disclaimer

Not for production use and not officially supported. For supported ansible scripts please visit: https://github.com/confluentinc/cp-ansible Please note that deployment using these ansible scripts result in default passwords!

Pre-requisites

vagrant
Virtualbox, Hyper-V or any other vagrant supported providers as outlined at: https://www.vagrantup.com/docs/providers
Clone the project
git clone https://github.com/mkieboom/confluent-ansible
cd confluent-ansible

Modify the Vagrantfile to reflect your target environment

vi Vagrantfile
# replace ssh_public_key with your personal public key for easy accessing the deployed environments.
# configure the 'servers' array to reflect your target environment.

Pick or create an ansible yaml file from the templates folder

# Validate the ansible files in the templates folder and customise one to your needs
# Note: the ansible yaml file should match the servers array in the Vagrantfile

Launch vagrant to deploy the environment and run cp-ansible

# Grab the yml filename from the templates folder you would like to apply and specify it as the TEMPLATE
# For example, for a 1 node cluster without any security run:
VAGRANT_VAGRANTFILE=Vagrantfile_1node TEMPLATE=1node.yml vagrant up

# To run a 1 node environment with SASL SCRAM and mTLS run the following:
VAGRANT_VAGRANTFILE=Vagrantfile_1node TEMPLATE=1node_sasl_scram_mtls.yml vagrant up

# To run a 3 node environment without any security run:
VAGRANT_VAGRANTFILE=Vagrantfile_3node TEMPLATE=3node.yml vagrant up

Ssh into the machine

# use vagrant ssh
vagrant ssh

# use the provided ssh_public_key
ssh root@<hostname>

Remove the environment

# Once done testing, using
vagrant destroy

confluent-ansible's People

Contributors

mkieboom avatar

Watchers

James Cloos avatar  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.