· devops
Day-13 Refactoring Ansible Playbooks into Roles 🚀
The Playbook yaml - name: Installing and running apache2 hosts: all roles: - httpd Leveling Up with Roles I created my first role structure: roles/ └── my-app/...
The Playbook yaml - name: Installing and running apache2 hosts: all roles: - httpd Leveling Up with Roles I created my first role structure: roles/ └── my-app/...