⚰: remove dead websites
All checks were successful
ansible-lint / lint-everything (push) Successful in 1m15s
All checks were successful
ansible-lint / lint-everything (push) Successful in 1m15s
This commit is contained in:
@@ -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
|
||||
|
@@ -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"
|
@@ -1 +0,0 @@
|
||||
editeurs:{{ webapps_htpasswd_editeurs }}
|
Reference in New Issue
Block a user