disabling strongswan service by default. I turn it back on in ansible when certs are in place

This commit is contained in:
toby 2018-10-10 18:59:23 +02:00
parent db5f5107fa
commit d30e523aed
1 changed files with 1 additions and 0 deletions

View File

@ -180,6 +180,7 @@ case "$1" in
## START configuring services as we need it
systemctl disable strongswan # disable ipsec till we have the certs and all
systemctl enable firewall
systemctl restart systemd-timesyncd
systemctl restart ssh