Server script update.

master
Jason Spadaro 3 months ago
parent 1830488b57
commit 53c7d4fd2f

@ -5,15 +5,17 @@
xmlns:config="http://www.suse.com/1.0/configns" xmlns:config="http://www.suse.com/1.0/configns"
> >
<scripts> <scripts>
<pre-scripts config:type="list"> <post-scripts config:type="list">
<script> <script>
<source> <source>
<![CDATA[ <![CDATA[
export RKE2_TOKEN='Awesome token' export RKE2_TOKEN='Awesome token'
curl -sfL https://get.rke2.io | sh - curl -sfL https://get.rke2.io | sh -
systemctl enable rke2-server
systemctl start rke2-server
]]></source> ]]></source>
</script> </script>
</pre-scripts> </post-scripts>
</scripts> </scripts>
<firewall t="map"> <firewall t="map">
<default_zone>public</default_zone> <default_zone>public</default_zone>

Loading…
Cancel
Save

Powered by TurnKey Linux.