Ajout de FCGI Wrap pour Mailman
This commit is contained in:
9
roles/webapps/tasks/fcgiwrap.yml
Normal file
9
roles/webapps/tasks/fcgiwrap.yml
Normal file
@@ -0,0 +1,9 @@
|
||||
- name: install fcgiwrap
|
||||
package:
|
||||
name: fcgiwrap
|
||||
state: present
|
||||
|
||||
- name: start fcgiwrap
|
||||
service:
|
||||
name: fcgiwrap
|
||||
state: started
|
@@ -19,3 +19,6 @@
|
||||
- name: tootctl for mastodon
|
||||
include_tasks: tootctl.yml
|
||||
when: inventory_hostname == 'ror.dmz.mateu.be'
|
||||
- name: fcgiwrap for mailman
|
||||
include_tasks: fcgiwrap.yml
|
||||
when: inventory_hostname == 'mail.dmz.mateu.be'
|
||||
|
Reference in New Issue
Block a user