fix(satellite): drop auto-attach (mutually exclusive with activation key)
This commit is contained in:
@@ -37,7 +37,6 @@
|
|||||||
org_id: "{{ system_cfg.content.satellite.org }}"
|
org_id: "{{ system_cfg.content.satellite.org }}"
|
||||||
activationkey: "{{ system_cfg.content.satellite.activation_key }}"
|
activationkey: "{{ system_cfg.content.satellite.activation_key }}"
|
||||||
environment: "{{ system_cfg.content.satellite.environment | default(omit, true) }}"
|
environment: "{{ system_cfg.content.satellite.environment | default(omit, true) }}"
|
||||||
auto_attach: true
|
|
||||||
force_register: true
|
force_register: true
|
||||||
server_proxy_hostname: "{{ (system_cfg.content.proxy | urlsplit('hostname')) | default(omit, 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) }}"
|
server_proxy_port: "{{ (system_cfg.content.proxy | urlsplit('port')) | default(omit, true) }}"
|
||||||
|
|||||||
Reference in New Issue
Block a user