sap-linuxlab / community.sap_install

Automation for SAP - Collection of Ansible Roles for various SAP software installation
Apache License 2.0
52 stars 55 forks source link

collection: Rename all sample playbooks to no longer contain dashes #726

Closed berndfinger closed 1 month ago

berndfinger commented 4 months ago

Otherwise, calling a playbook, like the one named sample-sap-hana-preconfigure.yml, as in:

$ ansible-playbook community.sap_install.sample-sap-hana-preconfigure

will fail with an error message which does not immediately show the root cause:

ERROR! the playbook: community.sap_install.sample-sap-hana-preconfigure could not be found
rhmk commented 3 months ago

Playbooks in this directory can be called directly, when they do not contain dashes. Hence we should recreate the playbooks with the following features:

rhmk commented 3 months ago

Wishlist of playbooks, please add more

berndfinger commented 1 month ago

Let's leave the names of the current playbooks unchanged because those are not meant to be called with the fully qualified name. And we will just add new ones which then can be called with the fully qualified name.