coursework/ansible/roles/site_setup/tasks/main.yml

14 lines
269 B
YAML
Raw Normal View History

2024-11-11 10:48:06 +00:00
- import_tasks: install.yml
tags: install
2024-11-11 20:16:26 +00:00
- import_tasks: configure_site.yml
tags: configure_site
2024-11-11 10:48:06 +00:00
2024-11-11 20:16:26 +00:00
- import_tasks: configure_firewall.yml
2024-11-11 10:48:06 +00:00
tags: firewall
2024-11-11 20:16:26 +00:00
- import_tasks: generate_ssl.yml
tags: ssl
- import_tasks: configure_proxy.yml
tags: proxy