πŸš€ DevOps Certified Professional
πŸ“… Starting: 1st of Every Month 🀝 +91 8409492687 | 🀝 +1 (469) 756-6329 πŸ” Contact@DevOpsSchool.com

What is devops and how it works

DevOps

Upgrade & Secure Your Future with DevOps, SRE, DevSecOps, MLOps!

We spend hours on Instagram and YouTube and waste money on coffee and fast food, but won’t spend 30 minutes a day learning skills to boost our careers.
Master in DevOps, SRE, DevSecOps & MLOps!

Learn from Guru Rajesh Kumar and double your salary in just one year.


Get Started Now!

Ansible is a configuration management tool where the server(s) (hardware and software)configurations can be automated. It is owned by RedHat and is open source and is written in python.

It is easy to use and can run on any machine (linux or windows) ad helps in managing server(s) configuration management

Ansible architecture components:

1.User β€”>Admin

2. ACS β€”> Ansible control serverβ€”> management node

3. ARS β€”-> Ansible Remote server (Host 1 ,2 ….n)

It has 3 main components of ACS:

1 . Ansible β€”> tool which should be installed on linux and has plugins , modules, executables, and config files embedded in it.

2. Ansible Inventory β€”-> It contains a list of ip addresses of ARS(Ansible remote server)

3. Ansible Playbook β€”> It is a script containing modules which runs on ARS