From 63bf6216f0469390561a906e673952a3864d22db Mon Sep 17 00:00:00 2001 From: Bernd Finger Date: Wed, 28 Feb 2024 11:18:11 +0100 Subject: [PATCH] sap_general_preconfigure: Adapt README.md Relates to issue #342 Signed-off-by: Bernd Finger --- roles/sap_general_preconfigure/README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/roles/sap_general_preconfigure/README.md b/roles/sap_general_preconfigure/README.md index d38e39d8c..65875d070 100644 --- a/roles/sap_general_preconfigure/README.md +++ b/roles/sap_general_preconfigure/README.md @@ -339,7 +339,8 @@ sap_general_preconfigure_db_group_name: dba With the following tags, the role can be called to perform certain activities only: - tag `sap_general_preconfigure_installation`: Perform only the installation tasks - tag `sap_general_preconfigure_configuration`: Perform only the configuration tasks -- tag `sap_general_preconfigure_3108316_03`: Perform only the tasks(s) related to this step of the SAP note. +- tag `sap_general_preconfigure_3108316`: Perform only the tasks(s) related to this SAP note. +- tag `sap_general_preconfigure_2772999_03`: Perform only the tasks(s) related to step 3 of the SAP note. - tag `sap_general_preconfigure_etc_hosts`: Perform only the tasks(s) related to this step. This step might be one of multiple configuration activities of a SAP note. Also this step might be valid for multiple RHEL major releases. @@ -369,6 +370,12 @@ Sample call for performing all configuration steps except verifying and modifyin # ansible-playbook sap.yml --tags=sap_general_preconfigure_configuration --skip_tags=sap_general_preconfigure_etc_hosts ``` +Sample call for only performing the configuration activities related to SAP note 3108316 (RHEL 9 specific): +``` +# ansible-playbook sap.yml --tags=sap_general_preconfigure_3108316 +``` + +Sample call for performing all configuration activities except those related to step 2 (SELinux settings) of SAP note 3108316 (RHEL 9 specific): Sample call for only performing the configuration activities related to step 2 (SELinux settings) of SAP note 3108316 (RHEL 9 specific): ``` # ansible-playbook sap.yml --tags=sap_general_preconfigure_3108316_02