90DaysOfDevOps/2022/tr/Days/Configmgmt/ansible-scenario6/playbook6.yml
2023-06-07 14:18:28 +03:00

13 lines
161 B
YAML

- hosts: webservers
become: yes
roles:
- common
- apache2
tags: web
- hosts: proxy
become: yes
roles:
- common
- nginx
tags: proxy