More documentation

This commit is contained in:
2025-11-18 11:34:14 +01:00
parent d3c5cfe00f
commit 97b5bd92c6
3 changed files with 29 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
# Solo admite tasks y no soporte handlers correctamente.
# Por lo tanto, este playbook importa otros playbooks que contienen solo tasks.
- name: gestiones nginx
hosts: webserver
become: yes
tasks:
- import_task: nginx.yml
- import_task: nginx-handlers.yml
- import_task: uninstall-nginx.yml