Files
nginx/tasks/main.yml
2025-07-25 09:35:58 +02:00

13 lines
257 B
YAML
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
- name: "nginx | installation"
include_tasks: install.yml
- name: "nginx | custom configuration"
include_tasks: configure.yml
- name: "nginx | status page"
include_tasks: status.yml
- name: "nginx | configure vhost"
include_tasks: vhost.yml