Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
45 changes: 17 additions & 28 deletions common_fragments/ansible_requirements.yml
Original file line number Diff line number Diff line change
@@ -1,67 +1,56 @@
---
# Update for ansible-core 2.19:
# - SAP linux-lab collections were updated for 2.19.
# - Vendor collections were raised to version included in Ansible 12.

collections:

# Collections from Ansible Galaxy
- name: community.general
type: galaxy
version: 10.1.0
version: ">=11.2.1"
- name: fedora.linux_system_roles
type: galaxy
version: 1.100.0
version: ">=1.100.0"
- name: community.sap_install
type: galaxy
version: 1.5.3
version: ">=1.7.1"
- name: community.sap_launchpad
type: galaxy
version: 1.2.1
version: ">=1.3.0"
- name: community.sap_infrastructure
type: galaxy
version: 1.1.3
# - name: community.sap_operations
# type: galaxy
# version: 0.9.1
version: ">=1.3.0"

# Collections for Infrastructure from Ansible Galaxy
- name: cloud.terraform
type: galaxy
version: 3.0.0
version: ">=4.0.0"
- name: amazon.aws
type: galaxy
version: 9.0.0
version: ">=10.1.0"
- name: community.aws
type: galaxy
version: 9.0.0
version: ">=10.0.0"
- name: azure.azcollection
type: galaxy
version: 3.2.0
version: ">=3.8.0"
- name: google.cloud
type: galaxy
version: 1.5.0
version: ">=1.7.0"
# Replace with ibm.cloud in future, legacy Ansible Collection uses hidden on-the-fly Terraform files in /var/tmp/ansible/ibmcloud)
- name: ibm.cloudcollection
type: galaxy
version: 1.71.2
- name: ovirt.ovirt
type: galaxy
version: 3.2.0
version: ">=3.2.1"
- name: openstack.cloud
type: galaxy
version: 2.4.0
version: ">=2.4.1"
- name: vmware.vmware_rest
type: galaxy
version: 4.5.0
version: ">=4.9.0"
- name: cloud.common
type: galaxy
version: 4.0.0

# Collections from public repositories via HTTPS
# - name: https://github.com/sap-linuxlab/community.sap_install.git
# type: git
# version: dev

# Collections from private repositories via use SSH (embedded GitHub PAT does not work)
# Used for customised/forked Ansible Collections
# - name: [email protected]:gheorg/namespace.sap_install.git
# type: git
# version: main
version: ">=5.0.0"
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ sap_ha_pacemaker_cluster_aws_secret_access_key: "{{ sap_vm_provision_aws_secret_
sap_ha_pacemaker_cluster_aws_vip_update_rt: "ENTER_STRING_VALUE_HERE" # AWS Routing Table ID (String).

# Override of AWS IAM HA roles is required if 'HA-Role-Pacemaker' already exists
# sap_vm_provision_aws_ha_iam_role: "HA-Role-Pacemaker-{{ sap_system_sid }}"
# sap_vm_provision_aws_ha_iam_instance_profile: "HA-Role-Pacemaker-{{ sap_system_sid }}-profile"
# sap_vm_provision_aws_ha_iam_role: "HA-Role-Pacemaker-{{ sap_system_hana_db_sid }}"
# sap_vm_provision_aws_ha_iam_instance_profile: "HA-Role-Pacemaker-{{ sap_system_hana_db_sid }}-profile"