Thursday, August 12, 2021

Ansible for begginers

 Ansible for begginers
- Ansible introduction and setup
- Playbooks, modules
- Inventory and Variables
- Roles, loops & benefits
- Troubleshooting

Module1: Introduction to Ansible
1. What will you learn in this course?
2. Introduction to ansible automation.
3. Why ansible?
4. Ansible features
5. Why should we automate?
Lab: Instal and set up ansible

Module2: Ansible inventory and ad-hoc commands
1. Ansible inventory
2. Host patterns
3. Ansible Ad-Hoc commands
LAB: Create inventory file and running ad-hoc commands

Module3: Ansible playbook, modules and priviledge escalation
1. Ansible play, playbook
2. Ansible modules
3. Ansible roles



No comments:

Post a Comment

Git branch show detached HEAD

  Git branch show detached HEAD 1. List your branch $ git branch * (HEAD detached at f219e03)   00 2. Run re-set hard $ git reset --hard 3. ...