fix(satellite): drop auto-attach (mutually exclusive with activation key)

This commit is contained in:
2026-05-26 01:08:09 +02:00
parent 4fff9f8d80
commit b04aad12fb

View File

@@ -37,7 +37,6 @@
org_id: "{{ system_cfg.content.satellite.org }}"
activationkey: "{{ system_cfg.content.satellite.activation_key }}"
environment: "{{ system_cfg.content.satellite.environment | default(omit, true) }}"
auto_attach: true
force_register: true
server_proxy_hostname: "{{ (system_cfg.content.proxy | urlsplit('hostname')) | default(omit, true) }}"
server_proxy_port: "{{ (system_cfg.content.proxy | urlsplit('port')) | default(omit, true) }}"