Skip to content

Commit

Permalink
Gix install ACS and register clusters
Browse files Browse the repository at this point in the history
Signed-off-by: David Kornel <[email protected]>
  • Loading branch information
kornys committed Feb 13, 2024
1 parent 4b23397 commit 8bee1f9
Showing 1 changed file with 6 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@
file: advanced-cluster-security/install_acs_operator.yaml
loop: "{{ clusters }}"
loop_control:
loop_var: clusterName
loop_var: cluster
vars:
cluster_name: "{{ cluster.name }}"

# Install central on infra cluster
- include_tasks:
Expand All @@ -13,6 +15,7 @@
# Register infra cluster as secured cluster
- include_tasks:
file: advanced-cluster-security/register_cluster.yaml
loop: "{{ clusters }}"
loop_control:
loop_var: clusterName
loop_var: cluster
vars:
cluster_name: "{{ cluster.name }}"

0 comments on commit 8bee1f9

Please sign in to comment.