Remove custom http log configurations

This commit is contained in:
Timo Makinen 2023-02-11 19:43:22 +00:00
parent ff3d076c20
commit a49bba39f9
3 changed files with 0 additions and 73 deletions

View file

@ -68,22 +68,6 @@
group: "{{ ansible_wheel }}"
notify: Restart apache
- name: Fix log directory permissions
ansible.builtin.file:
path: /var/log/httpd
state: directory
mode: 0755
owner: root
group: "{{ ansible_wheel }}"
- name: Import sftpuser role
ansible.builtin.import_role:
name: sftpuser
vars:
chroot: "/var/log/httpd"
user: logsync
publickeys: "{{ logsync_publickeys }}"
- name: Enable apache
ansible.builtin.service:
name: httpd