sap.sap_operations.sapinst_crl role – Download SAP inst certificate revocation list (CRL)

Note

This role is part of the sap.sap_operations collection.

It is not included in ansible-core. To check whether it is installed, run ansible-galaxy collection list.

To install it use: ansible-galaxy collection install sap.sap_operations.

To use it in a playbook, specify: sap.sap_operations.sapinst_crl.

Entry point __author__ – Author Information

Synopsis

  • Kirill Satarin (@kksat)

Entry point __dependencies__ – Dependencies

Synopsis

  • Role has no dependencies to other roles.

Entry point __examples__ – Example Playbooks

Synopsis

    • name: Download SAP inst CRL

  • hosts: all

  • gather_facts: false

  • tasks:

    • name: Download SAP inst CRL

  • ansible.builtin.include_role:

  • name: sap.sap_operations.sapinst_crl

Entry point __license__ – License

Synopsis

  • GPL-3.0-only

Entry point __limitations__ – Limitations

Synopsis

  • Ansible user should be able to become user sapinst_crl_become_user (root by default)

Entry point main – Download SAP inst certificate revocation list (CRL)

Synopsis

  • Role will download SAP inst certificate revocation list (CRL)

  • Hardcoded url that is used to download CRL is https://tcs.mysap.com/crl/crlbag.p7s

  • By default CRL will be placed in root use home directory ~/.sapinst/crlbag.p7s

  • See documentation in SAP Note 3207613 - SAPinst Framework 7.53 Central Note

Parameters

Parameter

Comments

sapinst_crl_become

boolean

Become directive for user, see sapinst_crl_become_user

Choices:

  • false

  • true ← (default)

sapinst_crl_become_user

string

User in which home directory CRL will be placed

Default: "root"