Dan Milon
af80bc817d
Configure logrotate permissions for selfoss
před 9 roky
Allen Riddell
e4e7c7484c
Merge branch 'Friz-zy-master'
Closes #429
před 9 roky
Allen Riddell
6cc6756ce1
Comment copyediting
před 9 roky
Filipp Frizzy
39d8983452
up comments in openvpn config template
add additional comment about `tun-mtu` parameter in openvpn config template
před 9 roky
Filipp Frizzy
68b4bf7954
comment out google dns in openvpn config template
před 9 roky
Filipp Frizzy
3cca3c61d4
add new settings into openvpn config template
- google dns setting for client
- verb level
- mtu
- TLS settings
před 9 roky
Filipp Frizzy
b188083884
update openvpn variables
Notes about security: https://blog.g3rt.nl/openvpn-security-tips.html
Check privacy: http://witch.valdikss.org.ru/
před 9 roky
Allen Riddell
48f1086416
Merge pull request #416 from Rehwanne/patch-1
change auth to internal_hashed
před 9 roky
Allen Riddell
76b1650b5a
Merge pull request #424 from spk/timezone-config
Use common_timezone and fix idempotence
před 9 roky
Laurent Arnoud
6330705156
Remove not needed common_timezone on user vars
před 9 roky
Laurent Arnoud
b35f24581b
Set Etc/UTC as default timezone
před 9 roky
Allen Riddell
c858b957ad
Merge pull request #423 from pjaspers/patch-1
Add some info on DMARC
před 9 roky
Laurent Arnoud
dfb1b764d7
Use common_timezone and fix idempotence
Thanks-to: 8e693b3db3
před 9 roky
Piet Jaspers
3b4f930fdb
Add some info on DMARC
I ran a check on http://mail-tester.com and found out I was missing a header to be set for DMARC. SInce I missed it, maybe someone else missed it as well, so maybe it could go into the README.
před 9 roky
Reh Wanne
71fffc20f7
change auth to interna_hashed
because why the fuck not?
před 9 roky
Justin Plock
367b8c14b9
Merge pull request #413 from winks/fix-tarsnap-yml
Fix typo in tarsnap.yml
před 9 roky
Florian Anderiasch
076b6d2452
Fix typo in tarsnap.yml
před 9 roky
Alex Payne
df964837a2
Updated to latest Wallabag.
Resolves #388 .
před 9 roky
Alex Payne
58a4532fe7
Better permission handling for OpenDMARC.
Resolves #400 .
před 9 roky
Alex Payne
417403f534
Use {{ mail_server_hostname }} over mail.servername
Resolves #402 .
před 9 roky
Alex Payne
7bb62ca678
Explicitly require MySQL server as part of OpenDMARC isntall.
Resolves #410 .
před 9 roky
Alex Payne
6d3c847253
Merge pull request #407 from hippich/opendmarc-upgrade-problem
Couple issues with OpenDMARC on Debian 7:
před 9 roky
Alex Payne
9bfd5167b6
Merge pull request #403 from spk/whois-fail2ban-report
Added whois for fail2ban report
před 9 roky
Alex Payne
d9c16f1ead
Merge pull request #409 from miloshadzic/lmtp
Use lmtp instead of lda for delivery.
před 9 roky
Pavel Karoukin
972b9554e9
remove empty lines in the file end
před 9 roky
Pavel Karoukin
6486e2bc52
Remove opendmarc username/pass info from vars/user.yml
These already set in defaults.yml
před 9 roky
Miloš Hadžić
d823ed0848
Use lmtp instead of lda for delivery.
před 9 roky
Justin Plock
68be4f6685
Merge pull request #396 from mccutchen/fix-apache-ssl-config-for-wheezy
Fix apache SSL config for wheezy
před 9 roky
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.
před 9 roky
Allen Riddell
7260d59f31
Merge pull request #405 from spk/ansible-lint
Ansible lint
před 10 roky
Laurent Arnoud
21e0110684
Ignore copy tasks
před 10 roky
Laurent Arnoud
d7a8ae8085
Added ansible-lint to travis
před 10 roky
Laurent Arnoud
ad22aed4cc
rm used in place of argument state=absent to file module
před 10 roky
Laurent Arnoud
343db8edea
Git checkouts must contain explicit version
před 10 roky
Laurent Arnoud
a09e2e71c1
tar used in place of unarchive module
před 10 roky
Laurent Arnoud
0730284671
curl used in place of get_url module
před 10 roky
Laurent Arnoud
311fae7e11
Trailing whitespace
před 10 roky
Laurent Arnoud
3b8f15b745
Added whois for fail2ban report
Report will print: "missing whois program"
před 10 roky
Will McCutchen
1be1afe1ff
Disable SSL stapling on wheezy
před 10 roky
Will McCutchen
16b66cc849
Define apache SSL config in one place
před 10 roky
Alex Payne
72a19d8c19
Note issue with dollar signs in encfs password. Resolves #392 .
před 10 roky
Alex Payne
26d61c68a8
Implement OpenDMARC. Resolves #369 .
před 10 roky
Alex Payne
e0c5ef0378
Update README.md
před 10 roky
Alex Payne
215b1e8168
Merge pull request #393 from moul/master
Tagged 'deps' aptitude tasks
před 10 roky
Manfred Touron
16c93ea486
Using more verbose 'dependencies' tag (#393 )
před 10 roky
Manfred Touron
a6dcb1c1a4
Added note in README.md
před 10 roky
Manfred Touron
b49f3a6586
Tagged 'deps' aptitude tasks
před 10 roky
Sven Neuhaus
c28c55108b
Merge pull request #391 from iboxifoo/patch-1
Update dovecot version from wheezy backports
před 10 roky
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.
před 10 roky
Alex Payne
7077c5cdcb
Merge pull request #389 from neuhaus/norc4
Use "modern" SSLCipherSuite per Mozilla recommendations.
před 10 roky