Correction hyperviseur + suppression davext pour NginX
This commit is contained in:
@@ -7,6 +7,7 @@
|
|||||||
- postfix
|
- postfix
|
||||||
- open-iscsi
|
- open-iscsi
|
||||||
- zfsutils-linux
|
- zfsutils-linux
|
||||||
|
- ifupdown2
|
||||||
|
|
||||||
- name: "Remove Proxmox VE 6 recommended packages"
|
- name: "Remove Proxmox VE 6 recommended packages"
|
||||||
apt:
|
apt:
|
||||||
|
@@ -1,14 +0,0 @@
|
|||||||
- name: install dav-ext
|
|
||||||
package:
|
|
||||||
name: libnginx-mod-http-dav-ext
|
|
||||||
state: present
|
|
||||||
|
|
||||||
- name: activate module
|
|
||||||
file:
|
|
||||||
src: "/usr/share/nginx/modules-available/mod-http-dav-ext.conf"
|
|
||||||
dest: "/etc/nginx/modules-enabled/50-mod-http-dav-ext.conf"
|
|
||||||
force: True
|
|
||||||
follow: False
|
|
||||||
state: link
|
|
||||||
notify:
|
|
||||||
- restart nginx
|
|
@@ -22,6 +22,3 @@
|
|||||||
- name: fcgiwrap for mailman
|
- name: fcgiwrap for mailman
|
||||||
include_tasks: fcgiwrap.yml
|
include_tasks: fcgiwrap.yml
|
||||||
when: inventory_hostname == 'mail.dmz.mateu.be'
|
when: inventory_hostname == 'mail.dmz.mateu.be'
|
||||||
- name: dav-ext for bt
|
|
||||||
include_tasks: davext.yml
|
|
||||||
when: inventory_hostname == 'bt.dmz.mateu.be'
|
|
||||||
|
Reference in New Issue
Block a user