File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
roles/sap_vm_provision/tasks/platform_ansible/aws_ec2_vs Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 11---
22
3- # Requirement for fence agent: stonith:external/ec2
3+ # (SUSE specific) Requirement for fence agent: stonith:external/ec2
44# All instances in cluster need to be tagged with tag configured in agent
55# sap_ha_pacemaker_cluster role configures default tag name 'pacemaker' with value of 'inventory_hostname_short'
6+ # https://documentation.suse.com/sbp/sap-15/html/SLES4SAP-hana-sr-guide-perfopt-15-aws/index.html#id-tagging-the-ec2-instances
7+ # https://docs.aws.amazon.com/sap/latest/sap-hana/sap-hana-on-aws-stonith-device.html
68- name : AWS EC2 Instances - Ensure pacemaker tag is present
79 no_log : " {{ __sap_vm_provision_no_log }}"
810 amazon.aws.ec2_tag :
2325 }}"
2426 loop_control :
2527 loop_var : host_node
28+ when : ansible_os_family == 'Suse'
2629
2730
2831- name : Gather information about AWS account
You can’t perform that action at this time.
0 commit comments