90DaysOfDevOps/es/Days/Configmgmt/ansible-scenario6/playbook6.yml
2022-10-23 18:38:19 +02:00

13 lines
161 B
YAML

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