GithubHelp home page GithubHelp logo

vagrant-ansible-k8-centos's Introduction

This repo contains provisioning for phenex servers operated by Ansible.

Development - Local Set Up

  • Install Ansible
  • Install VirtualBox
  • Install Vagrant
    • export VAGRANT_I_KNOW_WHAT_IM_DOING_PLEASE_BE_QUIET=1
  • Request sudo privileges on vagrant machines

Production - Live Set Up

  • Install Ansible
  • Generate tls keys ssh-keygen -t rsa -b 4096 -N '' and copy local (id_rsa.pub) into vagrant servers -you can use ssh-copy-id

Vagrant

$ vagrant up
$ vagrant status
$ vagrant ssh-config
$ vagrant ssh-config master
Host master
  IdentityFile /home/ludd/.vagrant.d/insecure_private_key

$ ssh -i /home/ludd/.vagrant.d/insecure_private_key [email protected]
$ ssh -i /home/ludd/.vagrant.d/insecure_private_key [email protected]
$ ssh -i /home/ludd/.vagrant.d/insecure_private_key [email protected]
$ ssh -i /home/ludd/.vagrant.d/insecure_private_key [email protected]

$ vagrant ssh master
$ vagrant halt
$ vagrant destroy

Ansible

$ ansible -m ping all-dev
$ ansible-playbook playbook.yml --extra-vars "deployment=production"

# CLI
$ ansible -vvvv -m ping all-dev
$ ansible -vvvv -m shell -a 'hostname' all-dev
$ ansible -vvvv -m shell -a 'df -h' all-dev
$ ansible -vvvv -m shell -a 'whoami' all-dev
$ ansible -u vagrant -m shell -a 'sudo yum-complete-transaction --cleanup-only' all-dev

# PLAYBOOK
$ ansible-playbook -K -s -u vagrant playbook.yml  
$ ansible-playbook --ask-sudo-pass --user=vagrant playbook.yml

Verify - Kubernetes Cluster

Test if services is working by executing this tutorial on vagrant machines kubernetes by example and running curl from each cluster node

$ kubectl cluster-info
$ kubectl get nodes
$ kubectl get componentstatuses
$ curl CLUSTER_IP/info

vagrant-ansible-k8-centos's People

Contributors

ldynia avatar ludyn-leo avatar

Forkers

jeket

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.