Added engelsystem role

This commit is contained in:
2022-02-01 08:48:38 +01:00
parent 0479f1496e
commit 88c1cd00bc
13 changed files with 395 additions and 1 deletions

View File

@ -0,0 +1,11 @@
---
- name: Disable directory listing
ansible.builtin.template:
src: htaccess.j2
dest: ~/html/.htaccess
mode: 0644
- name: Use custom config file
ansible.builtin.template:
src: config.php.j2
dest: /var/www/virtual/{{ uberspace_user }}/config/config.php
mode: 0644