Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
berndfinger opened this issue Apr 26, 2024 · 2 comments
Open
Labels
enhancement New feature or request

Comments

@berndfinger
Copy link
Member

berndfinger commented Apr 26, 2024

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 rhmk added the enhancement New feature or request label Jun 4, 2024
@rhmk
Copy link
Member

rhmk commented Jun 4, 2024

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

  • flexible hosts entry, which defaults to localhost
  • interactive questioning for minimum viable parameters (vars_prompt), if not defined with -e on the cli
  • printout of help page / link to all possible parameters

@rhmk
Copy link
Member

rhmk commented Jun 4, 2024

Wishlist of playbooks, please add more

  • sap_hana_preconfigure (run's roles to prepare for SAP HANA)
  • sap_netweaver_preconfigure (run's roles to prepare for SAP_NETWEAVER)
  • sap_hana_install (run's roles to install SAP HANA)
  • optional: sap_s4hana_install (run's role to install S4 HANA)
  • optional: sap_hana_uninstall
  • optional: sap_s4hana_uninstall

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants