diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2015-09-29 01:29:54 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2015-09-29 01:29:54 +0200 |
commit | bc70532fac05273647092617733829545a3b8f0d (patch) | |
tree | 7bd643e59825236680d153e2f46b234e9c06892f /roles/wiki | |
parent | 226daf830d217b87a06d652dd4ad6e775897d966 (diff) |
ikiwiki: Enable DNSSEC and email notification.
Diffstat (limited to 'roles/wiki')
-rw-r--r-- | roles/wiki/files/var/lib/ikiwiki/fripost-wiki.setup | 1 | ||||
-rw-r--r-- | roles/wiki/tasks/main.yml | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/roles/wiki/files/var/lib/ikiwiki/fripost-wiki.setup b/roles/wiki/files/var/lib/ikiwiki/fripost-wiki.setup index 6768629..ee03f38 100644 --- a/roles/wiki/files/var/lib/ikiwiki/fripost-wiki.setup +++ b/roles/wiki/files/var/lib/ikiwiki/fripost-wiki.setup @@ -51,6 +51,7 @@ add_plugins: - toc - htmlbalance - comments + - notifyemail ### - isWebsite # plugins to disable diff --git a/roles/wiki/tasks/main.yml b/roles/wiki/tasks/main.yml index 7aa4d1d..2b7a11b 100644 --- a/roles/wiki/tasks/main.yml +++ b/roles/wiki/tasks/main.yml @@ -5,6 +5,8 @@ - highlight-common - libhighlight-perl - libimage-magick-perl + - libmail-sendmail-perl + - libnet-dns-sec-perl - fcgiwrap - name: Create a user 'ikiwiki' |