Skip to content

kaushaldeokar/Ansible

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 

Repository files navigation

Ansible

  1. we install ansible on our machine which runs playbook which connects with remote server by running playbook on local machine and scripts are executed over VM(AWS EC2,GCP VM) . --> image

  2. How playbook are written : in yml format extension. image

  3. Ansible Project Structure

image

  1. Host File : Mention the remote server image

  2. python/task/main.yml -> shows instruction to be applied image

6.PlayBook image

  1. How Public and Private keys Works i.e SSH keys Public Key --> In remote server we have our public key via Private Key--> used inside our host file
    image image image

    image image

  2. YAML File Introduction : Indentation must be followed

    image

    image

  3. host -> can be written without the yaml format but specify proper [gcp--- ] for servers . host.ini ->

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published