Test server rule
This commit is contained in:
parent
9b3c4ae686
commit
8a6e1c1c59
1 changed files with 16 additions and 5 deletions
|
@ -1,7 +1,18 @@
|
||||||
# Note that the matching is done with re.match()
|
# Note that the matching is done with re.match()
|
||||||
'^k8sc[0-9].matrix.test.sunet.se$':
|
#'^k8sc[1-9].matrix.test.sunet.se$':
|
||||||
sunet::microk8s::node:
|
# sunet::microk8s::node:
|
||||||
channel: 1.28/stable
|
# channel: 1.28/stable
|
||||||
'^k8sw[0-9].matrix.test.sunet.se$':
|
#'^k8sw[1-2].matrix.test.sunet.se$':
|
||||||
|
# sunet::microk8s::node:
|
||||||
|
# channel: 1.28/stable
|
||||||
|
'^k8sw[1-2].matrix.test.sunet.se$':
|
||||||
sunet::microk8s::node:
|
sunet::microk8s::node:
|
||||||
channel: 1.28/stable
|
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
|
||||||
|
|
Loading…
Add table
Reference in a new issue