From 8a6e1c1c59c669efca447bd796b9200c227b75fb Mon Sep 17 00:00:00 2001 From: Magnus Andersson Date: Mon, 27 May 2024 15:10:27 +0200 Subject: [PATCH] Test server rule --- global/overlay/etc/puppet/cosmos-rules.yaml | 21 ++++++++++++++++----- 1 file changed, 16 insertions(+), 5 deletions(-) diff --git a/global/overlay/etc/puppet/cosmos-rules.yaml b/global/overlay/etc/puppet/cosmos-rules.yaml index 2e555aa..0434d04 100644 --- a/global/overlay/etc/puppet/cosmos-rules.yaml +++ b/global/overlay/etc/puppet/cosmos-rules.yaml @@ -1,7 +1,18 @@ # Note that the matching is done with re.match() -'^k8sc[0-9].matrix.test.sunet.se$': - sunet::microk8s::node: - channel: 1.28/stable -'^k8sw[0-9].matrix.test.sunet.se$': - sunet::microk8s::node: +#'^k8sc[1-9].matrix.test.sunet.se$': +# sunet::microk8s::node: +# channel: 1.28/stable + #'^k8sw[1-2].matrix.test.sunet.se$': + # sunet::microk8s::node: + # channel: 1.28/stable +'^k8sw[1-2].matrix.test.sunet.se$': + sunet::microk8s::node: channel: 1.28/stable + sunet::server: + disable_all_local_users: true + disable_ipv6_privacy: true + encrypted_swap: false + nftables_init: false + fail2ban: true + ssh_allow_from_anywhere: false + unattended_upgrades: true