You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
808 B
27 lines
808 B
<?xml version="1.0" ?>
|
|
<!DOCTYPE profile>
|
|
<profile
|
|
xmlns="http://www.suse.com/1.0/yast2ns"
|
|
xmlns:config="http://www.suse.com/1.0/configns"
|
|
>
|
|
<scripts>
|
|
<post-scripts config:type="list">
|
|
<script>
|
|
<source>
|
|
<![CDATA[
|
|
curl -sfL https://get.rke2.io | INSTALL_RKE2_TYPE="agent" sh -
|
|
systemctl enable rke2-agent.service
|
|
mkdir -p /etc/rancher/rke2/
|
|
systemctl start rke2-agent.service
|
|
]]></source>
|
|
</script>
|
|
</post-scripts>
|
|
</scripts>
|
|
<firewall t="map">
|
|
<default_zone>public</default_zone>
|
|
<enable_firewall t="boolean">false</enable_firewall>
|
|
<log_denied_packets>off</log_denied_packets>
|
|
<start_firewall t="boolean">false</start_firewall>
|
|
</firewall>
|
|
</profile>
|