90DaysOfDevOps/2022/es/Days/Configmgmt/ansible-scenario6/playbook6.yml

13 lines
161 B
YAML
Raw Normal View History

2022-10-23 23:38:19 +07:00
- hosts: webservers
become: yes
roles:
- common
- apache2
tags: web
- hosts: proxy
become: yes
roles:
- common
- nginx
tags: proxy