SAP Baseline Settings

Document Control

TODO:

  • Overall structure.
  • Initial draft complete
  • Testing
  • Ready

Ansible Role Ansible Quality Score Build Status GitHub issues GitHub last commit

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: crivetimihai.sap_baselines
      vars:
        sap_baselines_enable_service: true
      tags: sap_baselines
# Install the role
ansible-galaxy install crivetimihai.sap_baselines

# Run the playbook
ansible-playbook sap_baselines-playbook.yml

Last update: 2020-02-04