⚰: remove dead websites
All checks were successful
ansible-lint / lint-everything (push) Successful in 1m19s

This commit is contained in:
VC
2025-04-07 10:46:35 +02:00
parent cfdc683d12
commit c5a7a1f7cb
12 changed files with 3 additions and 167 deletions

View File

@@ -4,5 +4,3 @@
ansible.builtin.include_tasks: db.yml
- name: WP for NintendojoFR
ansible.builtin.include_tasks: wp_dojo.yml
- name: WP dev for NintendojoFR
ansible.builtin.include_tasks: wpdev_dojo.yml

View File

@@ -1,9 +0,0 @@
---
- name: Put htpasswd file
ansible.builtin.template:
src: wwwdev.htpasswd.j2
dest: /etc/nginx/wwwdev.htpasswd
owner: www-data
group: www-data
mode: "0o600"