14 lines
269 B
YAML
14 lines
269 B
YAML
- import_tasks: install.yml
|
|
tags: install
|
|
|
|
- import_tasks: configure_site.yml
|
|
tags: configure_site
|
|
|
|
- import_tasks: configure_firewall.yml
|
|
tags: firewall
|
|
|
|
- import_tasks: generate_ssl.yml
|
|
tags: ssl
|
|
|
|
- import_tasks: configure_proxy.yml
|
|
tags: proxy |