Alex Payne
d2483d0435
Install collectd from package.
Use newer native "write HTTP" plugin to send metrics to Librato, if configured.
9 gadus atpakaļ
Alex Payne
85be39c073
Makes more sense to put ZNC config file into place first
9 gadus atpakaļ
Alex Payne
65bc7da608
Newebe hasn't been updated in over a year. Removing it.
9 gadus atpakaļ
Alex Payne
123dc51517
Use packaged ZNC
9 gadus atpakaļ
Alex Payne
9247cc62db
Jessie can use gitolite3 package as well
9 gadus atpakaļ
Alex Payne
b674035d21
formatting
9 gadus atpakaļ
Alex Payne
6906412f63
Remove wheezy-specific ufw task.
9 gadus atpakaļ
Alex Payne
6d1eebb9d2
Use Ansible task names, not comments.
9 gadus atpakaļ
Alex Payne
c9b32cd2e2
Same Google auth install should work for both Jessie and Trusty.
Move Apache task to their own file.
9 gadus atpakaļ
Alex Payne
006f8e9b82
Just plain Ruby
9 gadus atpakaļ
Alex Payne
665a402c62
Latest Ansible
9 gadus atpakaļ
Alex Payne
f34cd1f262
Use box-cutter Vagrant boxes for Jessie and Trusty
9 gadus atpakaļ
Alex Payne
3608ffa64a
Merge branch 'master' into jessie
# Conflicts:
# README.md
# Vagrantfile
# roles/mailserver/tasks/dovecot.yml
9 gadus atpakaļ
Justin Plock
367b8c14b9
Merge pull request #413 from winks/fix-tarsnap-yml
Fix typo in tarsnap.yml
9 gadus atpakaļ
Florian Anderiasch
076b6d2452
Fix typo in tarsnap.yml
9 gadus atpakaļ
Alex Payne
df964837a2
Updated to latest Wallabag.
Resolves #388 .
9 gadus atpakaļ
Alex Payne
58a4532fe7
Better permission handling for OpenDMARC.
Resolves #400 .
9 gadus atpakaļ
Alex Payne
417403f534
Use {{ mail_server_hostname }} over mail.servername
Resolves #402 .
9 gadus atpakaļ
Alex Payne
7bb62ca678
Explicitly require MySQL server as part of OpenDMARC isntall.
Resolves #410 .
9 gadus atpakaļ
Alex Payne
6d3c847253
Merge pull request #407 from hippich/opendmarc-upgrade-problem
Couple issues with OpenDMARC on Debian 7:
9 gadus atpakaļ
Alex Payne
9bfd5167b6
Merge pull request #403 from spk/whois-fail2ban-report
Added whois for fail2ban report
9 gadus atpakaļ
Alex Payne
d9c16f1ead
Merge pull request #409 from miloshadzic/lmtp
Use lmtp instead of lda for delivery.
9 gadus atpakaļ
Pavel Karoukin
972b9554e9
remove empty lines in the file end
9 gadus atpakaļ
Pavel Karoukin
6486e2bc52
Remove opendmarc username/pass info from vars/user.yml
These already set in defaults.yml
9 gadus atpakaļ
Miloš Hadžić
d823ed0848
Use lmtp instead of lda for delivery.
9 gadus atpakaļ
Justin Plock
68be4f6685
Merge pull request #396 from mccutchen/fix-apache-ssl-config-for-wheezy
Fix apache SSL config for wheezy
9 gadus atpakaļ
Pavel Karoukin
a86e43d5b4
Couple issues with OpenDMARC on Debian 7:
* fix mail_db_opendmarc_username/mail_db_opendmarc_password variable
not found.
* python-mysqldb package is required. Add it to opendmarc task.
9 gadus atpakaļ
Allen Riddell
7260d59f31
Merge pull request #405 from spk/ansible-lint
Ansible lint
10 gadus atpakaļ
Laurent Arnoud
21e0110684
Ignore copy tasks
10 gadus atpakaļ
Laurent Arnoud
d7a8ae8085
Added ansible-lint to travis
10 gadus atpakaļ
Laurent Arnoud
ad22aed4cc
rm used in place of argument state=absent to file module
10 gadus atpakaļ
Laurent Arnoud
343db8edea
Git checkouts must contain explicit version
10 gadus atpakaļ
Laurent Arnoud
a09e2e71c1
tar used in place of unarchive module
10 gadus atpakaļ
Laurent Arnoud
0730284671
curl used in place of get_url module
10 gadus atpakaļ
Laurent Arnoud
311fae7e11
Trailing whitespace
10 gadus atpakaļ
Laurent Arnoud
3b8f15b745
Added whois for fail2ban report
Report will print: "missing whois program"
10 gadus atpakaļ
Will McCutchen
1be1afe1ff
Disable SSL stapling on wheezy
10 gadus atpakaļ
Will McCutchen
16b66cc849
Define apache SSL config in one place
10 gadus atpakaļ
Alex Payne
72a19d8c19
Note issue with dollar signs in encfs password. Resolves #392 .
10 gadus atpakaļ
Alex Payne
26d61c68a8
Implement OpenDMARC. Resolves #369 .
10 gadus atpakaļ
Alex Payne
e0c5ef0378
Update README.md
10 gadus atpakaļ
Alex Payne
215b1e8168
Merge pull request #393 from moul/master
Tagged 'deps' aptitude tasks
10 gadus atpakaļ
Manfred Touron
16c93ea486
Using more verbose 'dependencies' tag (#393 )
10 gadus atpakaļ
Manfred Touron
a6dcb1c1a4
Added note in README.md
10 gadus atpakaļ
Manfred Touron
b49f3a6586
Tagged 'deps' aptitude tasks
10 gadus atpakaļ
Sven Neuhaus
c28c55108b
Merge pull request #391 from iboxifoo/patch-1
Update dovecot version from wheezy backports
10 gadus atpakaļ
John Rogerson
f72e1d2350
Update dovecot version from wheezy backports
For correct implementation of the fix for logjam attack (https://github.com/sovereign/sovereign/pull/372 ), state=latest is needed to grab sufficient version of Dovecot. If not then 37aa7e2cb5 doesn't work.
10 gadus atpakaļ
Alex Payne
7077c5cdcb
Merge pull request #389 from neuhaus/norc4
Use "modern" SSLCipherSuite per Mozilla recommendations.
10 gadus atpakaļ
Sven Neuhaus
41c9779eb9
Explicitly use SHA256 for openssl (not SHA1)
10 gadus atpakaļ
Sven Neuhaus
a088d9c456
Use "modern" SSLCipherSuite per Mozilla recommendations.
See https://wiki.mozilla.org/Security/Server_Side_TLS for details.
Removes RC4 cipher. Fixes issue #341 .
Also explicitly disabled SSLCompression and enables OCSP stapling.
We should put all these settings in
/etc/apache2/mods-enabled/ssl.conf
to avoid duplication...
10 gadus atpakaļ