14 lines
353 B
YAML
14 lines
353 B
YAML
---
|
|
- name: Installer / mettre à jour Nginx et Certbot
|
|
ansible.builtin.include_tasks:
|
|
file: install.yml
|
|
apply:
|
|
tags: [nginx_update, nginx_config]
|
|
tags: [nginx_update, nginx_config]
|
|
|
|
- name: Configurer Nginx pour Immich
|
|
ansible.builtin.include_tasks:
|
|
file: config.yml
|
|
apply:
|
|
tags: [nginx_config]
|
|
tags: [nginx_config]
|