Ajout de FCGI Wrap pour Mailman

This commit is contained in:
VC
2019-09-07 10:38:30 +02:00
parent 58ecb821d6
commit 61a91859f6
2 changed files with 12 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
- name: install fcgiwrap
package:
name: fcgiwrap
state: present
- name: start fcgiwrap
service:
name: fcgiwrap
state: started

View File

@@ -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'