Ansible Strategies
Ansible strategy defines how a playbook is executed in ansible.
---
# sample ansible playbook (strategies)
- name: Deploy a web application
hosts: server1
tasks:
- name: Install dependencies
#-----<Some Code>-----
- name: Install M...
devopswithcj.com4 min read