Remove custom http log configurations
This commit is contained in:
parent
ff3d076c20
commit
a49bba39f9
3 changed files with 0 additions and 73 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue