readytouse
This commit is contained in:
parent
91063c1a0c
commit
9281354f2e
16 changed files with 690 additions and 0 deletions
14
immich-ansible/roles/nginx/tasks/main.yml
Normal file
14
immich-ansible/roles/nginx/tasks/main.yml
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
---
|
||||
- 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]
|
||||
Loading…
Add table
Add a link
Reference in a new issue