13 lines
197 B
YAML
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
|