coursework/ansible/roles/site_setup/tasks/main.yml
2024-11-11 13:48:06 +03:00

13 lines
197 B
YAML

---
- import_tasks: install.yml
tags: install
- import_tasks: configure.yml
tags: configure
- import_tasks: proxy.yml
tags: proxy
- import_tasks: firewall.yml
tags: firewall