Tomas Bedrich
3efc7ae54e
Allowed SSH agent forwarding when using sudo
8 lat temu
Adrian Goins
b54337ead6
activate imap on trusty. closes #583
8 lat temu
Adrian Goins
e229c5519b
fix for debian bug in opendmarc report scripts. closes #497
8 lat temu
Allen Riddell
c1511c057f
Remove unnecessary defaults from openvpn certificate
8 lat temu
Dosenpfand
9697cbe6b3
Silence letsencrypt cron output unless there is an error
8 lat temu
Justin Plock
71b3d8b6a3
Merge pull request #575 from tomasbedrich/fix-github-ssh
Fix SSH connections to Github
8 lat temu
Tomas Bedrich
7a399d45ca
Fix SSH connections to Github
8 lat temu
Mike Ashley
0e7adf6e3a
Fix bug exposed by commit 264c232b (#572 )
The `private_key` variable used to check for changes was never
registered.
8 lat temu
Mike Ashley
2ebd32acb1
Merge pull request #560 from mikeashley/submission-port
Use submission port for client outgoing email
8 lat temu
Mike Ashley
a56dd3312f
Merge pull request #567 from mikeashley/remove-access_compat
Eliminate need for access_compat module in Apache
8 lat temu
Mike Ashley
c3d4d0c41b
Merge pull request #570 from cimm/duplicate_when_in_letsencrypt
Remove duplicate when statement in Let's Encrypt task
8 lat temu
Simon Schoeters
264c232bbf
Remove duplicate when statement in Let's Encrypt task
While adding the Let's Encrypt offline testing block in 1746afcc we
accidentially duplicated a the 'when' statement. Ansible only looks at
the last when statement for a given block meaning the earlier one has no
use. This commit merges both lines in one.
8 lat temu
Allen Riddell
850ce16f5e
Merge pull request #568 from mikeashley/testing
Update testing to work with modularized Sovereign
8 lat temu
Mike Ashley
2ca703a90a
Update testing to work with modularized Sovereign
* Harvest testing configuration into group variables
* Define testing group for Vagrant to use
* Move testing passwords to secrets directory that Vagrant uses
* Update .gitignore to keep the testing secrets
8 lat temu
Allen Riddell
5d7d690135
Merge pull request #566 from mrwacky42/vpn-tls-min-version
VPN - enforce TLS min version on the client
8 lat temu
Mike Ashley
97b11e3953
Eliminate need for access_compat module in Apache
The directives provided by `mod_access_compat` are deprecated. This
patch eliminates references to them.
8 lat temu
Mike Ashley
166c57f045
Use submission port for client outgoing email
Currently client email is submitted via ssmtp (port 465). This has been
deprecated for years. The correct way to submit email is via
submission (port 587).
This patch adds port 587 as a second and the default way of submitting
email for delivery. Port 465 remains open for backwards compatibility
with existing clients.
8 lat temu
Mike Ashley
5190ea1c5b
Merge pull request #526 from ariddell/feature/modularize-sovereign
Modularize sovereign
8 lat temu
Allen Riddell
6d5a2ff718
Merge pull request #2 from mikeashley/ariddell-feature-fix
Add missing configuration parameter for ircbouncer
8 lat temu
Mike Ashley
b00b93a85b
Add missing configuration variable for ircbouncer
8 lat temu
Mike Ashley
3746e1ea67
Merge branch 'feature/modularize-sovereign' of https://github.com/ariddell/sovereign into ariddell-feature/modularize-sovereign
8 lat temu
Mike Ashley
2f9729617a
Merge pull request #562 from ariddell/feature/jessie-docs
DOC: sudo is not installed by default on jessie
8 lat temu
Mike Ashley
ce03947fbe
Merge pull request #563 from ariddell/feature/missing-handler
news role: add missing restart apache handler
8 lat temu
Sharif Nassar
73c30c313b
VPN - enforce TLS min version on the client
8 lat temu
Allen Riddell
97480c334e
Uncomment required vars in group_vars/sovereign
All of the variables need to be set.
8 lat temu
Allen Riddell
e0347b657d
DOC: user-set vars now in group_vars/sovereign
8 lat temu
Allen Riddell
19ff4c5958
Add readlater/wallabag default vars to role
8 lat temu
Allen Riddell
712ea7aee2
news role: add missing restart apache handler
8 lat temu
Allen Riddell
4339192052
Add news/selfoss default vars to role
8 lat temu
Allen Riddell
9067f4cc27
Add git role default vars to role
8 lat temu
Allen Riddell
86bc3ab073
Add tarsnap default vars to role
8 lat temu
Allen Riddell
ab9ebd6e5c
Add owncloud default vars to role
8 lat temu
Allen Riddell
9e71d9067f
Add openvpn default vars to role
8 lat temu
Allen Riddell
98cb6dd610
Add prosody/xmpp default vars to role
8 lat temu
Allen Riddell
a3b1852723
Add ircbouncer required vars to group_vars/sovereign
8 lat temu
Allen Riddell
f31ac23001
Add monitoring default vars to role
8 lat temu
Allen Riddell
ca6eb2d85b
Add mailserver default vars to role
8 lat temu
Allen Riddell
9f34027d8b
Add common default vars to role
8 lat temu
Allen Riddell
e95caea06c
common: use password lookup to generate passwords
See https://docs.ansible.com/ansible/playbooks_lookups.html
8 lat temu
Allen Riddell
7b71f9a8f0
Delete bespoke vars/
Preserve testing.yml
8 lat temu
Allen Riddell
06f43905c9
Hosts are now under the [sovereign] group
Allows hosts to use vars in `group_vars/sovereign`
8 lat temu
Allen Riddell
7c26e01602
DOC: sudo is not installed by default on jessie
8 lat temu
Mike Ashley
37a85a8deb
Provide guidance for naming modules
Name a module after the software it provides, not the functionality it
provides. This allows alternative software providing the same
functionality to be located in Sovereign.
8 lat temu
Mike Ashley
f7784c3b55
Merge pull request #549 from mikeashley/owncloud-tweak
Remove unnecessary ownCloud configuration
8 lat temu
Mike Ashley
2d4e6136b0
Merge pull request #544 from mikeashley/noninteractive
Add non-interactive to LE client options
8 lat temu
Allen Riddell
588dd8e388
Merge pull request #555 from Dosenpfand/apache-config-improvements
Remove unneeded/deprecated apache configuration
8 lat temu
Mike Ashley
d90d37d74e
Merge pull request #554 from tomasbedrich/jessie
Fixed LE renew options
8 lat temu
Dosenpfand
f2c14dd911
Remove unneeded/deprecated apache configuration
8 lat temu
Tomas Bedrich
899f527ca3
Updated LE renewal hook system
8 lat temu
Tomas Bedrich
9786230808
Changed LE-renew cron frequency
8 lat temu