Giter Club home page Giter Club logo

ansible's Introduction

installing ansible

======================

  • create two instances
  • one is for ansible master
  • one is for ansible node

In master install ansible and python


'sudo apt update' 'sudo apt install software-properties-common' 'sudo add-apt-repository --yes --update ppa:ansible/ansible' 'sudo apt install ansible -y' 'ansible --version'


python3 --version pip3 --version python3 -m pip install --user ansible


sudo nano /etc/ssh/sshd_config

Change PasswordAuthentication to yes

sudo systemctl restart sshd

preview

  • create user "jenkins" in two nodes same user and password for better configuration
  • Lets make jenkins administrator

sudo visudo

preview preview

Ansible Setup with Key Based Authentication between ACN and Node

  • Overview
  • Create two linux vm’s
  • Create a user on both vms with password
  • Ensure the user has sudo permissions
  • Now create an ssh key pair on Ansible control node

in node

  • after creating user "jenkins"
  • do password authentication
  • give sudoers permission
  • copy private ip of node and configure it in master
  • in master: "ssh-copy-id ssh jenkins@privateip" preview preview preview preview
  • exit from node user in master
  • login to the user in master
  • do "ssh-keygen"
  • now 'copy ssh copy id"
  • create one file
  • "vi inventory"
  • in that inventory file give ==> private ip of node
  • now run "ansible -i inventory -m ping all" ---------installation completed---------------------

ansible's People

Contributors

sharmila-qt1 avatar

Watchers

 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.