coursework/ansible/playbook.yml

15 lines
208 B
YAML
Raw Normal View History

2024-11-11 10:48:06 +00:00
- hosts: all
2024-11-11 20:16:26 +00:00
become: true
2024-11-11 10:48:06 +00:00
roles:
2024-11-12 20:14:17 +00:00
- firewall
- hosts: SiteA,SiteB
become: true
roles:
- nginx_site
- hosts: proxy
become: true
roles:
- ssl_certificate
- nginx_proxy