Skip to content

Commit

Permalink
Split task file cluster-bootstrap in two: AWS+GCP
Browse files Browse the repository at this point in the history
Split task file cluster-bootstrap in two csp specific AWS, GCP files
TEAM-9760 - Split task file cluster-bootstrap in two csp specific AWS, GCP files
  • Loading branch information
lilyeyes committed Nov 27, 2024
1 parent c712d0b commit f3345bc
Show file tree
Hide file tree
Showing 3 changed files with 434 additions and 142 deletions.
4 changes: 2 additions & 2 deletions ansible/playbooks/sap-hana-cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,12 @@
tags: bootstrap

- name: Base Cluster Configuration [aws]
ansible.builtin.include_tasks: ./tasks/cluster-bootstrap.yaml
ansible.builtin.include_tasks: ./tasks/aws-cluster-bootstrap.yaml
when: cloud_platform_is_aws
tags: bootstrap

- name: Base Cluster Configuration [gcp]
ansible.builtin.include_tasks: ./tasks/cluster-bootstrap.yaml
ansible.builtin.include_tasks: ./tasks/gcp-cluster-bootstrap.yaml
when: cloud_platform_is_gcp
tags: bootstrap

Expand Down
Loading

0 comments on commit f3345bc

Please sign in to comment.