- What are handlers used for in ansible and how is it diffrent from tasks?
- Conditional execution in ansible is used for what purpose and write down its syntax with small description?
- What are templates used for and its format?
- What are ansible roles and its purpose?
- Command to generate ansible roles directory structure.
- Name 5 directories from ansible roles.
- What is {{ }} symbol used for in ansible.
- Write down all the places where we can define variables according to its precedence.
- Setup module gets executed after executing any ad hoc command. True or False
- Anible playbooks are written in XML format. True or False
- ansible.cfg file is list of plays. True or False
- Fact variables is generated by ansible and we do not need to create fact varibales. True or False
- Anible is written in Python langueage. True or False
- Ansible works on Master and client relationship, where ansible control server package is installed on master and ansible client package is installed on all the clients. True or False
- Ansible loop module is with_items. True or False
- All the templates in ansible roles has to be defined in main.yml file inside templates directory. True or False
- All the roles uploaded in ansible galaxy website is written and owned by Ansible inc(organization).
- Ansible can only get installed on Linux machine but can manage Linux and windows nodes. True or False
- Write a Ansible task that can copy the file to remote location with the ownership of Jboss?
Ansible Fundamental tutorial by Manish in 2020
Ansible Advance Tutorial for Beginners with Demo 2020 — By DevOpsSchool
Ansible with network module (Part 01) — By DevOpsSchool
Ansible with network module (Part 02) — By DevOpsSchool
Ansible with network module (Part 03) — By DevOpsSchool
Ansible with network module (Part 04) — By DevOpsSchool
Ansible with network module (Part 05) — By DevOpsSchool
Ansible with network module (Part 06) — By DevOpsSchool
Ansible with network module (Part 07) — By DevOpsSchool
Ansible with network module (Part 08) — By DevOpsSchool
Ansible with network module (Part 09) — By DevOpsSchool
Ansible with network module (Part 10) — By DevOpsSchool
Ansible with network module (Part 11) — By DevOpsSchool
Ansible with network module (Part 12) — By DevOpsSchool
Ansible with network module (Part 13) — By DevOpsSchool
Latest posts by Rajesh Kumar (see all)
- Installing Jupyter: Get up and running on your computer - November 2, 2024
- An Introduction of SymOps by SymOps.com - October 30, 2024
- Introduction to System Operations (SymOps) - October 30, 2024