sap-linuxlab / community.sap_infrastructure

Automation for SAP - Collection of Ansible Roles for infrastructure-related tasks for SAP
Apache License 2.0
4 stars 9 forks source link

sap_vm_provision: avoid read of SSH Key directly into Azure VM provision #12

Closed sean-freeman closed 6 months ago

sean-freeman commented 6 months ago

Address msazure_vm/execute_provision.yml#L45 which reads the SSH Key directly in the provisioning of Azure VMs.

Instead, replace with azure_rm_ssh_public_key Ansible Module to import Public SSH Key into Azure platform now that azure_rm_ssh_public_key: missing functionality #1170 is resolved.

sean-freeman commented 6 months ago

Change introduced in azure.azcollection 2.2.0, which includes major version bump and breaking changes (some undocumented in changelog). Making this change requires additional testing.

sean-freeman commented 6 months ago

Resolved in PR #17