Advertisement
Here I have consolidated a list of topics which can make you go from Beginner to Pro in Ansible. You can follow this complete set of tutorials which also covers the syllabus of Red Hat EX407 Exams. I may plan to include some more exercise and dumps which can help you clear the exam. But for now you should go through this list to Learn Ansible.
7. Using Ansible ad-hoc commands
- Overview
- Sample ad-hoc command examples
- How ansible works with modules
- Control the number of hosts for parallel execution (forks)
- Transfer file from Ansible Engine to Managed Nodes
- Download file from managed nodes to controller node
- Copy files locally on the remote server (managed node)
- Create or Remove file and directory
- Remove a file from the managed nodes
- Execute commands with root privileges
- Working with packages using yum module
- Execute ad-hoc commands as different user
13. Ansible variables and data types
- Creating valid variable names
- Built-in variables
- Defining variables in inventory
- Defining variable in project
- Defining variables in playbook
- Defining variables using command line
- Accessing Variables
- Using register module to store output of any command
- Using set_fact module to create a new variable
- Prompt for user input with vars_prompt
- Read and access variables from separate YAML or JSON file
- Precedence
15. Introduction to ansible playbooks
- What are Ansible Playbooks
- Example-1: Your first playbook to install single package
- Example-2: Install multiple packages on different managed nodes
- Example-3: Disable gathering facts module
- Example-4: Assign custom name to the play and tasks
- Example-5: Execute playbook as shell scripts
- Example-6: Print debug message with playbooks
- Example-7: Increase verbosity level of playbook
- Example-8: Perform syntax check
- Example-9: Perform dry run of playbooks
19. Ansible handlers
24. Ansible roles
26. Ansible vaults
- Ansible vault encrypt file
- Ansible vault view encrypted files
- Ansible vault edit encrypted files
- Use ansible vault password file
- Ansible vault example to encrypt existing file
- Ansible vault change password of encrypted files
- Ansible vault decrypt file
- Using ansible vault in playbook
- Using Ansible playbook with vault password file
- Ansible vault encrypt string
Related Searches: Ansible Tutorial, Ansible Exam dumps, Ansible Documentation
Excellent!.
Also include some more exercise and dumps which can help you clear the exam
Excellent content!
Great content, Please let us know if you have any youtube tutorials for ansible
Currently I have only published written articles but these should be pretty straight forward, you can give it a try and if any issues you can post a comment in the respective article.
Wow,Great content for beginner like me , thanks lot man for effort to create this,