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"
>
<scripts>
<pre-scripts config:type="list">
<post-scripts config:type="list">
<script>
<source>
<![CDATA[
export RKE2_TOKEN='Awesome token'
curl -sfL https://get.rke2.io | sh -
systemctl enable rke2-server
systemctl start rke2-server
]]></source>
</script>
</pre-scripts>
</post-scripts>
</scripts>
<firewall t="map">
<default_zone>public</default_zone>

Loading…
Cancel
Save

Powered by TurnKey Linux.