SAP Baseline Settings
Document Control
TODO:
- Overall structure.
- Initial draft complete
- Testing
- Ready
User Story: Sap_Baselines
As a: SAP Administrator
I want to: set up my systems for SAP
So that: I can install SAP according to best practices.
Using the role
Using the role in a playbook
--- - name: Install sap_baselines hosts: all tasks: - name: sap_baselines is configured import_role: name: devopstoolbox.sap_baselines vars: sap_baselines_enable_service: true tags: sap_baselines
# Install the role ansible-galaxy install devopstoolbox.sap_baselines # Run the playbook ansible-playbook sap_baselines-playbook.yml
Last update: 2020-02-09