disabling strongswan service by default. I turn it back on in ansible when certs are in place
This commit is contained in:
parent
db5f5107fa
commit
d30e523aed
|
@ -180,6 +180,7 @@ case "$1" in
|
||||||
|
|
||||||
## START configuring services as we need it
|
## START configuring services as we need it
|
||||||
|
|
||||||
|
systemctl disable strongswan # disable ipsec till we have the certs and all
|
||||||
systemctl enable firewall
|
systemctl enable firewall
|
||||||
systemctl restart systemd-timesyncd
|
systemctl restart systemd-timesyncd
|
||||||
systemctl restart ssh
|
systemctl restart ssh
|
||||||
|
|
Loading…
Reference in New Issue