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

13 lines
197 B
YAML
Raw Normal View History

2024-11-11 10:48:06 +00:00
---
- import_tasks: install.yml
tags: install
- import_tasks: configure.yml
tags: configure
- import_tasks: proxy.yml
tags: proxy
- import_tasks: firewall.yml
tags: firewall