You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: roles/common/tasks/config_validations.yml
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -375,10 +375,11 @@
375
375
- c3_host_count | int == 1
376
376
fail_msg: >-
377
377
Please ensure your 'control_center_next_gen' group or default resolves to a single host.
378
-
success_msg: "The list of resolved Control Center Next Gen hosts correctly contains a single entry."
378
+
success_msg: "The list of resolved Control Center Next Gen hosts correctly contains a single entry. To skip this validation, set skip_control_center_next_gen_host_count_validation: true."
Copy file name to clipboardExpand all lines: roles/variables/defaults/main.yml
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -317,6 +317,9 @@ validate_hosts: true
317
317
### Boolean used for disabling of systemd service restarts when rootless install is executed
318
318
skip_restarts: false
319
319
320
+
### Boolean to skip Control Center Next Gen host count validation. Set to true to skip validation that requires exactly one Control Center Next Gen host.
0 commit comments