Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 916 Bytes

README.md

File metadata and controls

23 lines (12 loc) · 916 Bytes

Day 58: Ansible Playbooks

Ansible playbooks run multiple tasks, assign roles, and define configurations, deployment steps, and variables. If you’re using multiple servers, Ansible playbooks organize the steps between the assembled machines or servers and get them organized and running in the way the users need them to. Consider playbooks as the equivalent of instruction manuals.

Task-01

  • Write an ansible playbook to create a file on a different server

  • Write an ansible playbook to create a new user.

  • Write an ansible playbook to install docker on a group of servers

Watch this video to learn about ansible Playbooks

Task-02

  • Write a blog about writing ansible playbooks with the best practices.

Let me or anyone in the community know if you face any challenges

happy Learning :)

← Previous Day | Next Day →