From 7194d5554fb7d6179fef619a92f755c5aa6ea3d3 Mon Sep 17 00:00:00 2001 From: Bernd Finger Date: Mon, 12 Feb 2024 11:39:06 +0100 Subject: [PATCH] sap_general_preconfigure: add more fine-grained tags Part of #342. Signed-off-by: Bernd Finger --- .../tasks/sapnote/2002167.yml | 15 +++++-------- .../02-assert-configuration-changes.yml | 8 +++++++ .../2002167/02-configuration-changes.yml | 7 ++++++ .../03-assert-setting-the-hostname.yml | 10 +++++++++ .../2002167/03-setting-the-hostname.yml | 10 +++++++++ .../04-assert-linux-kernel-parameters.yml | 4 ++++ .../2002167/04-linux-kernel-parameters.yml | 4 ++++ .../05-assert-process-resource-limits.yml | 6 +++++ .../2002167/05-process-resource-limits.yml | 4 ++++ ...ional-notes-for-installing-sap-systems.yml | 10 +++++++++ ...ional-notes-for-installing-sap-systems.yml | 22 +++++++++++++++++++ .../tasks/sapnote/2772999.yml | 11 ---------- .../sapnote/2772999/02-assert-selinux.yml | 4 ++++ .../sapnote/2772999/02-configure-selinux.yml | 4 ++++ .../sapnote/2772999/03-assert-hostname.yml | 10 +++++++++ .../sapnote/2772999/03-configure-hostname.yml | 10 +++++++++ .../04-assert-network-time-and-date.yml | 8 +++++++ .../04-configure-network-time-and-date.yml | 4 ++++ .../sapnote/2772999/05-assert-firewall.yml | 4 ++++ .../sapnote/2772999/05-configure-firewall.yml | 4 ++++ .../tasks/sapnote/2772999/06-assert-uuidd.yml | 4 ++++ .../sapnote/2772999/06-configure-uuidd.yml | 4 ++++ .../tasks/sapnote/2772999/07-assert-tmpfs.yml | 4 ++++ .../sapnote/2772999/07-configure-tmpfs.yml | 4 ++++ .../08-assert-linux-kernel-parameters.yml | 4 ++++ .../08-configure-linux-kernel-parameters.yml | 4 ++++ .../09-assert-process-resource-limits.yml | 6 +++++ .../09-configure-process-resource-limits.yml | 4 ++++ .../2772999/10-assert-systemd-tmpfiles.yml | 4 ++++ .../2772999/10-configure-systemd-tmpfiles.yml | 4 ++++ .../tasks/sapnote/3108316.yml | 11 ---------- .../sapnote/3108316/02-assert-selinux.yml | 4 ++++ .../sapnote/3108316/02-configure-selinux.yml | 4 ++++ .../sapnote/3108316/03-assert-hostname.yml | 10 +++++++++ .../sapnote/3108316/03-configure-hostname.yml | 10 +++++++++ .../04-assert-network-time-and-date.yml | 8 +++++++ .../04-configure-network-time-and-date.yml | 4 ++++ .../sapnote/3108316/05-assert-firewall.yml | 4 ++++ .../sapnote/3108316/05-configure-firewall.yml | 4 ++++ .../tasks/sapnote/3108316/06-assert-uuidd.yml | 4 ++++ .../sapnote/3108316/06-configure-uuidd.yml | 4 ++++ .../tasks/sapnote/3108316/07-assert-tmpfs.yml | 4 ++++ .../sapnote/3108316/07-configure-tmpfs.yml | 4 ++++ .../08-assert-linux-kernel-parameters.yml | 4 ++++ .../08-configure-linux-kernel-parameters.yml | 4 ++++ .../09-assert-process-resource-limits.yml | 6 +++++ .../09-configure-process-resource-limits.yml | 4 ++++ .../3108316/10-assert-systemd-tmpfiles.yml | 4 ++++ .../3108316/10-configure-systemd-tmpfiles.yml | 4 ++++ .../tasks/sapnote/assert-2002167.yml | 10 --------- .../tasks/sapnote/assert-2772999.yml | 11 ---------- .../tasks/sapnote/assert-3108316.yml | 11 ---------- 52 files changed, 270 insertions(+), 64 deletions(-) diff --git a/roles/sap_general_preconfigure/tasks/sapnote/2002167.yml b/roles/sap_general_preconfigure/tasks/sapnote/2002167.yml index b1a23d2f3..1972bac60 100644 --- a/roles/sap_general_preconfigure/tasks/sapnote/2002167.yml +++ b/roles/sap_general_preconfigure/tasks/sapnote/2002167.yml @@ -14,8 +14,6 @@ tags: - sap_general_preconfigure_configuration_all_steps - sap_general_preconfigure_2002167_02 - - sap_general_preconfigure_firewall - - sap_general_preconfigure_selinux - name: Import tasks from '2002167/03-setting-the-hostname.yml' ansible.builtin.import_tasks: 2002167/03-setting-the-hostname.yml @@ -23,9 +21,6 @@ tags: - sap_general_preconfigure_configuration_all_steps - sap_general_preconfigure_2002167_03 - - sap_general_preconfigure_hostname - - sap_general_preconfigure_etc_hosts - - sap_general_preconfigure_dns-name-resolution - name: Import tasks from '2002167/04-linux-kernel-parameters.yml' ansible.builtin.import_tasks: 2002167/04-linux-kernel-parameters.yml @@ -33,7 +28,7 @@ tags: - sap_general_preconfigure_configuration_all_steps - sap_general_preconfigure_2002167_04 - - sap_general_preconfigure_kernel_parameters +# - sap_general_preconfigure_kernel_parameters - name: Import tasks from '2002167/05-process-resource-limits.yml' ansible.builtin.import_tasks: 2002167/05-process-resource-limits.yml @@ -41,7 +36,7 @@ tags: - sap_general_preconfigure_configuration_all_steps - sap_general_preconfigure_2002167_05 - - sap_general_preconfigure_nproc_limits +# - sap_general_preconfigure_nproc_limits - name: Import tasks from '2002167/06-additional-notes-for-installing-sap-systems.yml' ansible.builtin.import_tasks: 2002167/06-additional-notes-for-installing-sap-systems.yml @@ -49,6 +44,6 @@ tags: - sap_general_preconfigure_configuration_all_steps - sap_general_preconfigure_2002167_06 - - sap_general_preconfigure_libldap - - sap_general_preconfigure_liblber - - sap_general_preconfigure_systemd_tmpfiles +# - sap_general_preconfigure_libldap +# - sap_general_preconfigure_liblber +# - sap_general_preconfigure_systemd_tmpfiles diff --git a/roles/sap_general_preconfigure/tasks/sapnote/2002167/02-assert-configuration-changes.yml b/roles/sap_general_preconfigure/tasks/sapnote/2002167/02-assert-configuration-changes.yml index cb5f0cbd3..2c75cd689 100644 --- a/roles/sap_general_preconfigure/tasks/sapnote/2002167/02-assert-configuration-changes.yml +++ b/roles/sap_general_preconfigure/tasks/sapnote/2002167/02-assert-configuration-changes.yml @@ -3,13 +3,21 @@ - name: Assert 2002167-2a ansible.builtin.debug: msg: "SAP note 2002167 Step 2a: Configure the Firewall" + tags: + - sap_general_preconfigure_firewall - name: Import tasks from '../../RedHat/generic/assert-firewall.yml' ansible.builtin.import_tasks: ../../RedHat/generic/assert-firewall.yml + tags: + - sap_general_preconfigure_firewall - name: Assert 2002167-2b ansible.builtin.debug: msg: "SAP note 2002167 Step 2b: Configure SELinux" + tags: + - sap_general_preconfigure_selinux - name: Import tasks from '../../RedHat/generic/assert-selinux.yml' ansible.builtin.import_tasks: ../../RedHat/generic/assert-selinux.yml + tags: + - sap_general_preconfigure_selinux diff --git a/roles/sap_general_preconfigure/tasks/sapnote/2002167/02-configuration-changes.yml b/roles/sap_general_preconfigure/tasks/sapnote/2002167/02-configuration-changes.yml index feaca9a22..ce5876fbe 100644 --- a/roles/sap_general_preconfigure/tasks/sapnote/2002167/02-configuration-changes.yml +++ b/roles/sap_general_preconfigure/tasks/sapnote/2002167/02-configuration-changes.yml @@ -3,9 +3,14 @@ - name: Configure 2002167-2a ansible.builtin.debug: msg: "SAP note 2002167 Step 2a: Configure the Firewall" + tags: + - sap_general_preconfigure_firewall + - sap_general_preconfigure_selinux - name: Import tasks from '../../RedHat/generic/configure-firewall.yml' ansible.builtin.import_tasks: ../../RedHat/generic/configure-firewall.yml + tags: + - sap_general_preconfigure_firewall - name: Configure 2002167-2b ansible.builtin.debug: @@ -13,3 +18,5 @@ - name: Import tasks from '../../RedHat/generic/configure-selinux.yml' ansible.builtin.import_tasks: ../../RedHat/generic/configure-selinux.yml + tags: + - sap_general_preconfigure_selinux diff --git a/roles/sap_general_preconfigure/tasks/sapnote/2002167/03-assert-setting-the-hostname.yml b/roles/sap_general_preconfigure/tasks/sapnote/2002167/03-assert-setting-the-hostname.yml index 8c5dae0be..243080ea0 100644 --- a/roles/sap_general_preconfigure/tasks/sapnote/2002167/03-assert-setting-the-hostname.yml +++ b/roles/sap_general_preconfigure/tasks/sapnote/2002167/03-assert-setting-the-hostname.yml @@ -3,12 +3,22 @@ - name: Assert 2002167-3 ansible.builtin.debug: msg: "SAP note 2002167 Step 3: Setting the Hostname" + tags: + - sap_general_preconfigure_hostname + - sap_general_preconfigure_etc_hosts + - sap_general_preconfigure_dns_name_resolution - name: Import tasks from '../../RedHat/generic/assert-hostname.yml' ansible.builtin.import_tasks: ../../RedHat/generic/assert-hostname.yml + tags: + - sap_general_preconfigure_hostname - name: Import tasks from '../../RedHat/generic/assert-etc-hosts.yml' ansible.builtin.import_tasks: ../../RedHat/generic/assert-etc-hosts.yml + tags: + - sap_general_preconfigure_etc_hosts - name: Import tasks from '../../RedHat/generic/assert-dns-name-resolution.yml' ansible.builtin.import_tasks: ../../RedHat/generic/assert-dns-name-resolution.yml + tags: + - sap_general_preconfigure_dns_name_resolution diff --git a/roles/sap_general_preconfigure/tasks/sapnote/2002167/03-setting-the-hostname.yml b/roles/sap_general_preconfigure/tasks/sapnote/2002167/03-setting-the-hostname.yml index 7a59c12ca..3cf24bc8f 100644 --- a/roles/sap_general_preconfigure/tasks/sapnote/2002167/03-setting-the-hostname.yml +++ b/roles/sap_general_preconfigure/tasks/sapnote/2002167/03-setting-the-hostname.yml @@ -3,12 +3,22 @@ - name: Configure 2002167-3 ansible.builtin.debug: msg: "SAP note 2002167 Step 3: Setting the Hostname" + tags: + - sap_general_preconfigure_hostname + - sap_general_preconfigure_etc_hosts + - sap_general_preconfigure_dns_name_resolution - name: Import tasks from '../../RedHat/generic/configure-hostname.yml' ansible.builtin.import_tasks: ../../RedHat/generic/configure-hostname.yml + tags: + - sap_general_preconfigure_hostname - name: Import tasks from '../../RedHat/generic/configure-etc-hosts.yml' ansible.builtin.import_tasks: ../../RedHat/generic/configure-etc-hosts.yml + tags: + - sap_general_preconfigure_etc_hosts - name: Import tasks from '../../RedHat/generic/check-dns-name-resolution.yml' ansible.builtin.import_tasks: ../../RedHat/generic/check-dns-name-resolution.yml + tags: + - sap_general_preconfigure_dns_name_resolution diff --git a/roles/sap_general_preconfigure/tasks/sapnote/2002167/04-assert-linux-kernel-parameters.yml b/roles/sap_general_preconfigure/tasks/sapnote/2002167/04-assert-linux-kernel-parameters.yml index c4f1be843..ce765cb33 100644 --- a/roles/sap_general_preconfigure/tasks/sapnote/2002167/04-assert-linux-kernel-parameters.yml +++ b/roles/sap_general_preconfigure/tasks/sapnote/2002167/04-assert-linux-kernel-parameters.yml @@ -3,6 +3,10 @@ - name: Assert 2002167-4 ansible.builtin.debug: msg: "SAP note 2002167 Step 4: Linux Kernel Parameters" + tags: + - sap_general_preconfigure_kernel_parameters - name: Import tasks from '../../RedHat/generic/assert-kernel-parameters.yml' ansible.builtin.import_tasks: ../../RedHat/generic/assert-kernel-parameters.yml + tags: + - sap_general_preconfigure_kernel_parameters diff --git a/roles/sap_general_preconfigure/tasks/sapnote/2002167/04-linux-kernel-parameters.yml b/roles/sap_general_preconfigure/tasks/sapnote/2002167/04-linux-kernel-parameters.yml index c428d82b2..e02ad0179 100644 --- a/roles/sap_general_preconfigure/tasks/sapnote/2002167/04-linux-kernel-parameters.yml +++ b/roles/sap_general_preconfigure/tasks/sapnote/2002167/04-linux-kernel-parameters.yml @@ -3,6 +3,10 @@ - name: Configure 2002167-4 ansible.builtin.debug: msg: "SAP note 2002167 Step 4: Linux Kernel Parameters" + tags: + - sap_general_preconfigure_kernel_parameters - name: Import tasks from '../../RedHat/generic/configure-kernel-parameters.yml' ansible.builtin.import_tasks: ../../RedHat/generic/configure-kernel-parameters.yml + tags: + - sap_general_preconfigure_kernel_parameters diff --git a/roles/sap_general_preconfigure/tasks/sapnote/2002167/05-assert-process-resource-limits.yml b/roles/sap_general_preconfigure/tasks/sapnote/2002167/05-assert-process-resource-limits.yml index 6dc973607..0771eec83 100644 --- a/roles/sap_general_preconfigure/tasks/sapnote/2002167/05-assert-process-resource-limits.yml +++ b/roles/sap_general_preconfigure/tasks/sapnote/2002167/05-assert-process-resource-limits.yml @@ -3,9 +3,15 @@ - name: Assert 2002167-5 ansible.builtin.debug: msg: "SAP note 2002167 Step 5: Process Resource Limits" + tags: + - sap_general_preconfigure_nproc_limits - name: Import tasks from '../../RedHat/generic/assert-limits-conf-file.yml' ansible.builtin.import_tasks: ../../RedHat/generic/assert-limits-conf-file.yml + tags: + - sap_general_preconfigure_nproc_limits - name: Import tasks from '../../RedHat/generic/assert-nproc-limits.yml' ansible.builtin.import_tasks: ../../RedHat/generic/assert-nproc-limits.yml + tags: + - sap_general_preconfigure_nproc_limits diff --git a/roles/sap_general_preconfigure/tasks/sapnote/2002167/05-process-resource-limits.yml b/roles/sap_general_preconfigure/tasks/sapnote/2002167/05-process-resource-limits.yml index ec9164179..069b2dac7 100644 --- a/roles/sap_general_preconfigure/tasks/sapnote/2002167/05-process-resource-limits.yml +++ b/roles/sap_general_preconfigure/tasks/sapnote/2002167/05-process-resource-limits.yml @@ -3,6 +3,10 @@ - name: Configure 2002167-5 ansible.builtin.debug: msg: "SAP note 2002167 Step 5: Process Resource Limits" + tags: + - sap_general_preconfigure_nproc_limits - name: Import tasks from '../../RedHat/generic/increase-nproc-limits.yml' ansible.builtin.import_tasks: ../../RedHat/generic/increase-nproc-limits.yml + tags: + - sap_general_preconfigure_nproc_limits diff --git a/roles/sap_general_preconfigure/tasks/sapnote/2002167/06-additional-notes-for-installing-sap-systems.yml b/roles/sap_general_preconfigure/tasks/sapnote/2002167/06-additional-notes-for-installing-sap-systems.yml index e922748f0..514748cfe 100644 --- a/roles/sap_general_preconfigure/tasks/sapnote/2002167/06-additional-notes-for-installing-sap-systems.yml +++ b/roles/sap_general_preconfigure/tasks/sapnote/2002167/06-additional-notes-for-installing-sap-systems.yml @@ -3,18 +3,28 @@ - name: Configure 2002167-6 ansible.builtin.debug: msg: "SAP note 2002167 Step 6: Additional notes for installing SAP systems" + tags: + - sap_general_preconfigure_libldap + - sap_general_preconfigure_liblber + - sap_general_preconfigure_systemd_tmpfiles - name: Link LDAP library libldap ansible.builtin.file: src: /usr/lib64/libldap-2.3.so.0 dest: /usr/lib64/libldap.so.199 state: link + tags: + - sap_general_preconfigure_libldap - name: Link LDAP library liblber ansible.builtin.file: src: /usr/lib64/liblber-2.3.so.0 dest: /usr/lib64/liblber.so.199 state: link + tags: + - sap_general_preconfigure_liblber - name: Import tasks from '../../RedHat/generic/configure-systemd-tmpfiles.yml' ansible.builtin.import_tasks: ../../RedHat/generic/configure-systemd-tmpfiles.yml + tags: + - sap_general_preconfigure_systemd_tmpfiles diff --git a/roles/sap_general_preconfigure/tasks/sapnote/2002167/06-assert-additional-notes-for-installing-sap-systems.yml b/roles/sap_general_preconfigure/tasks/sapnote/2002167/06-assert-additional-notes-for-installing-sap-systems.yml index 6ab03b878..afb8d04e4 100644 --- a/roles/sap_general_preconfigure/tasks/sapnote/2002167/06-assert-additional-notes-for-installing-sap-systems.yml +++ b/roles/sap_general_preconfigure/tasks/sapnote/2002167/06-assert-additional-notes-for-installing-sap-systems.yml @@ -3,11 +3,17 @@ - name: Assert 2002167-6 ansible.builtin.debug: msg: "SAP note 2002167 Step 6: Additional notes for installing SAP systems" + tags: + - sap_general_preconfigure_libldap + - sap_general_preconfigure_liblber + - sap_general_preconfigure_systemd_tmpfiles - name: Get info about file /usr/lib64/libldap.so.199 ansible.builtin.stat: path: /usr/lib64/libldap.so.199 register: __sap_general_preconfigure_register_stat_libldap_assert + tags: + - sap_general_preconfigure_libldap - name: Assert that file /usr/lib64/libldap.so.199 exists ansible.builtin.assert: @@ -15,6 +21,8 @@ fail_msg: "FAIL: File /usr/lib64/libldap.so.199 does not exist!" success_msg: "PASS: File /usr/lib64/libldap.so.199 exist." ignore_errors: "{{ sap_general_preconfigure_assert_ignore_errors | d(false) }}" + tags: + - sap_general_preconfigure_libldap - name: Assert that file /usr/lib64/libldap.so.199 is a link ansible.builtin.assert: @@ -23,6 +31,8 @@ success_msg: "PASS: File /usr/lib64/libldap.so.199 is a link." ignore_errors: "{{ sap_general_preconfigure_assert_ignore_errors | d(false) }}" when: __sap_general_preconfigure_register_stat_libldap_assert.stat.exists + tags: + - sap_general_preconfigure_libldap - name: Assert that file /usr/lib64/libldap.so.199 is a link to /usr/lib64/libldap-2.3.so.0 ansible.builtin.assert: @@ -31,11 +41,15 @@ success_msg: "PASS: File /usr/lib64/libldap.so.199 is a link to /usr/lib64/libldap-2.3.so.0." ignore_errors: "{{ sap_general_preconfigure_assert_ignore_errors | d(false) }}" when: __sap_general_preconfigure_register_stat_libldap_assert.stat.exists + tags: + - sap_general_preconfigure_libldap - name: Get info about file /usr/lib64/liblber.so.199 ansible.builtin.stat: path: /usr/lib64/liblber.so.199 register: __sap_general_preconfigure_register_stat_liblber_assert + tags: + - sap_general_preconfigure_liblber - name: Assert that file /usr/lib64/liblber.so.199 exists ansible.builtin.assert: @@ -43,6 +57,8 @@ fail_msg: "FAIL: File /usr/lib64/liblber.so.199 does not exist!" success_msg: "PASS: File /usr/lib64/liblber.so.199 exist." ignore_errors: "{{ sap_general_preconfigure_assert_ignore_errors | d(false) }}" + tags: + - sap_general_preconfigure_liblber - name: Assert that file /usr/lib64/liblber.so.199 exists and is a link ansible.builtin.assert: @@ -51,6 +67,8 @@ success_msg: "PASS: File /usr/lib64/liblber.so.199 is a link." ignore_errors: "{{ sap_general_preconfigure_assert_ignore_errors | d(false) }}" when: __sap_general_preconfigure_register_stat_liblber_assert.stat.exists + tags: + - sap_general_preconfigure_liblber - name: Assert that file /usr/lib64/liblber.so.199 is a link to /usr/lib64/liblber-2.3.so.0 ansible.builtin.assert: @@ -59,6 +77,10 @@ success_msg: "PASS: File /usr/lib64/liblber.so.199 is a link to /usr/lib64/liblber-2.3.so.0." ignore_errors: "{{ sap_general_preconfigure_assert_ignore_errors | d(false) }}" when: __sap_general_preconfigure_register_stat_liblber_assert.stat.exists + tags: + - sap_general_preconfigure_liblber - name: Import tasks from '../../RedHat/generic/assert-systemd-tmpfiles.yml' ansible.builtin.import_tasks: ../../RedHat/generic/assert-systemd-tmpfiles.yml + tags: + - sap_general_preconfigure_systemd_tmpfiles diff --git a/roles/sap_general_preconfigure/tasks/sapnote/2772999.yml b/roles/sap_general_preconfigure/tasks/sapnote/2772999.yml index ef2fa7545..3708bd0ff 100644 --- a/roles/sap_general_preconfigure/tasks/sapnote/2772999.yml +++ b/roles/sap_general_preconfigure/tasks/sapnote/2772999.yml @@ -14,7 +14,6 @@ tags: - sap_general_preconfigure_configuration_all_steps - sap_general_preconfigure_2772999_02 - - sap_general_preconfigure_selinux - name: Import tasks from '2772999/03-configure-hostname.yml' ansible.builtin.import_tasks: 2772999/03-configure-hostname.yml @@ -22,9 +21,6 @@ tags: - sap_general_preconfigure_configuration_all_steps - sap_general_preconfigure_2772999_03 - - sap_general_preconfigure_hostname - - sap_general_preconfigure_etc_hosts - - sap_general_preconfigure_dns-name-resolution - name: Import tasks from '2772999/04-configure-network-time-and-date.yml' ansible.builtin.import_tasks: 2772999/04-configure-network-time-and-date.yml @@ -32,7 +28,6 @@ tags: - sap_general_preconfigure_configuration_all_steps - sap_general_preconfigure_2772999_04 - - sap_general_preconfigure_network_time_and_date - name: Import tasks from '2772999/05-configure-firewall.yml' ansible.builtin.import_tasks: 2772999/05-configure-firewall.yml @@ -40,7 +35,6 @@ tags: - sap_general_preconfigure_configuration_all_steps - sap_general_preconfigure_2772999_05 - - sap_general_preconfigure_firewall - name: Import tasks from '2772999/06-configure-uuidd.yml' ansible.builtin.import_tasks: 2772999/06-configure-uuidd.yml @@ -48,7 +42,6 @@ tags: - sap_general_preconfigure_configuration_all_steps - sap_general_preconfigure_2772999_06 - - sap_general_preconfigure_configure_uuidd - name: Import tasks from '2772999/07-configure-tmpfs.yml' ansible.builtin.import_tasks: 2772999/07-configure-tmpfs.yml @@ -56,7 +49,6 @@ tags: - sap_general_preconfigure_configuration_all_steps - sap_general_preconfigure_2772999_07 - - sap_general_preconfigure_configure_tmpfs - name: Import tasks from '2772999/08-configure-linux-kernel-parameters.yml' ansible.builtin.import_tasks: 2772999/08-configure-linux-kernel-parameters.yml @@ -64,7 +56,6 @@ tags: - sap_general_preconfigure_configuration_all_steps - sap_general_preconfigure_2772999_08 - - sap_general_preconfigure_kernel_parameters - name: Import tasks from '2772999/09-configure-process-resource-limits.yml' ansible.builtin.import_tasks: 2772999/09-configure-process-resource-limits.yml @@ -72,7 +63,6 @@ tags: - sap_general_preconfigure_configuration_all_steps - sap_general_preconfigure_2772999_09 - - sap_general_preconfigure_nproc_limits - name: Import tasks from '2772999/10-configure-systemd-tmpfiles.yml' ansible.builtin.import_tasks: 2772999/10-configure-systemd-tmpfiles.yml @@ -80,4 +70,3 @@ tags: - sap_general_preconfigure_configuration_all_steps - sap_general_preconfigure_2772999_10 - - sap_general_preconfigure_systemd_tmpfiles diff --git a/roles/sap_general_preconfigure/tasks/sapnote/2772999/02-assert-selinux.yml b/roles/sap_general_preconfigure/tasks/sapnote/2772999/02-assert-selinux.yml index f5cbea7d0..e0802a6e1 100644 --- a/roles/sap_general_preconfigure/tasks/sapnote/2772999/02-assert-selinux.yml +++ b/roles/sap_general_preconfigure/tasks/sapnote/2772999/02-assert-selinux.yml @@ -3,6 +3,10 @@ - name: Assert 2772999-2 ansible.builtin.debug: msg: "SAP note 2772999 Step 2: Configure SELinux" + tags: + - sap_general_preconfigure_selinux - name: Import tasks from '../../RedHat/generic/assert-selinux.yml' ansible.builtin.import_tasks: ../../RedHat/generic/assert-selinux.yml + tags: + - sap_general_preconfigure_selinux diff --git a/roles/sap_general_preconfigure/tasks/sapnote/2772999/02-configure-selinux.yml b/roles/sap_general_preconfigure/tasks/sapnote/2772999/02-configure-selinux.yml index e77d8d6d1..5cf270376 100644 --- a/roles/sap_general_preconfigure/tasks/sapnote/2772999/02-configure-selinux.yml +++ b/roles/sap_general_preconfigure/tasks/sapnote/2772999/02-configure-selinux.yml @@ -3,6 +3,10 @@ - name: Configure 2772999-2 ansible.builtin.debug: msg: "SAP note 2772999 Step 2: Configure SELinux" + tags: + - sap_general_preconfigure_selinux - name: Import tasks from '../../RedHat/generic/configure-selinux.yml' ansible.builtin.import_tasks: ../../RedHat/generic/configure-selinux.yml + tags: + - sap_general_preconfigure_selinux diff --git a/roles/sap_general_preconfigure/tasks/sapnote/2772999/03-assert-hostname.yml b/roles/sap_general_preconfigure/tasks/sapnote/2772999/03-assert-hostname.yml index 6214a6487..723f623b7 100644 --- a/roles/sap_general_preconfigure/tasks/sapnote/2772999/03-assert-hostname.yml +++ b/roles/sap_general_preconfigure/tasks/sapnote/2772999/03-assert-hostname.yml @@ -3,12 +3,22 @@ - name: Assert 2772999-3 ansible.builtin.debug: msg: "SAP note 2772999 Step 3: Configure Hostname" + tags: + - sap_general_preconfigure_hostname + - sap_general_preconfigure_etc_hosts + - sap_general_preconfigure_dns_name_resolution - name: Import tasks from '../../RedHat/generic/assert-hostname.yml' ansible.builtin.import_tasks: ../../RedHat/generic/assert-hostname.yml + tags: + - sap_general_preconfigure_hostname - name: Import tasks from '../../RedHat/generic/assert-etc-hosts.yml' ansible.builtin.import_tasks: ../../RedHat/generic/assert-etc-hosts.yml + tags: + - sap_general_preconfigure_etc_hosts - name: Import tasks from '../../RedHat/generic/assert-dns-name-resolution.yml' ansible.builtin.import_tasks: ../../RedHat/generic/assert-dns-name-resolution.yml + tags: + - sap_general_preconfigure_dns_name_resolution diff --git a/roles/sap_general_preconfigure/tasks/sapnote/2772999/03-configure-hostname.yml b/roles/sap_general_preconfigure/tasks/sapnote/2772999/03-configure-hostname.yml index 20204c9aa..104a1b6a0 100644 --- a/roles/sap_general_preconfigure/tasks/sapnote/2772999/03-configure-hostname.yml +++ b/roles/sap_general_preconfigure/tasks/sapnote/2772999/03-configure-hostname.yml @@ -3,12 +3,22 @@ - name: Configure 2772999-3 ansible.builtin.debug: msg: "SAP note 2772999 Step 3: Configure Hostname" + tags: + - sap_general_preconfigure_hostname + - sap_general_preconfigure_etc_hosts + - sap_general_preconfigure_dns_name_resolution - name: Import tasks from '../../RedHat/generic/configure-hostname.yml' ansible.builtin.import_tasks: ../../RedHat/generic/configure-hostname.yml + tags: + - sap_general_preconfigure_hostname - name: Import tasks from '../../RedHat/generic/configure-etc-hosts.yml' ansible.builtin.import_tasks: ../../RedHat/generic/configure-etc-hosts.yml + tags: + - sap_general_preconfigure_etc_hosts - name: Import tasks from '../../RedHat/generic/check-dns-name-resolution.yml' ansible.builtin.import_tasks: ../../RedHat/generic/check-dns-name-resolution.yml + tags: + - sap_general_preconfigure_dns_name_resolution diff --git a/roles/sap_general_preconfigure/tasks/sapnote/2772999/04-assert-network-time-and-date.yml b/roles/sap_general_preconfigure/tasks/sapnote/2772999/04-assert-network-time-and-date.yml index 28a36f531..611771f0a 100644 --- a/roles/sap_general_preconfigure/tasks/sapnote/2772999/04-assert-network-time-and-date.yml +++ b/roles/sap_general_preconfigure/tasks/sapnote/2772999/04-assert-network-time-and-date.yml @@ -3,6 +3,8 @@ - name: Assert 2772999-4 ansible.builtin.debug: msg: "SAP note 2772999 Step 4: Configure Network Time and Date" + tags: + - sap_general_preconfigure_network_time_and_date # Reason for noqa: We need to get the current status only - name: Get status of chronyd # noqa command-instead-of-module @@ -10,6 +12,8 @@ register: __sap_general_preconfigure_register_chronyd_status_assert ignore_errors: yes changed_when: no + tags: + - sap_general_preconfigure_network_time_and_date - name: Assert that chronyd is enabled ansible.builtin.assert: @@ -17,6 +21,8 @@ fail_msg: "FAIL: Service 'chronyd' is not enabled!" success_msg: "PASS: Service 'chronyd' is enabled." ignore_errors: "{{ sap_general_preconfigure_assert_ignore_errors | d(false) }}" + tags: + - sap_general_preconfigure_network_time_and_date - name: Assert that chronyd is active ansible.builtin.assert: @@ -24,3 +30,5 @@ fail_msg: "FAIL: Service 'chronyd' is not active!" success_msg: "PASS: Service 'chronyd' is active." ignore_errors: "{{ sap_general_preconfigure_assert_ignore_errors | d(false) }}" + tags: + - sap_general_preconfigure_network_time_and_date diff --git a/roles/sap_general_preconfigure/tasks/sapnote/2772999/04-configure-network-time-and-date.yml b/roles/sap_general_preconfigure/tasks/sapnote/2772999/04-configure-network-time-and-date.yml index 6d515664b..f2ed23418 100644 --- a/roles/sap_general_preconfigure/tasks/sapnote/2772999/04-configure-network-time-and-date.yml +++ b/roles/sap_general_preconfigure/tasks/sapnote/2772999/04-configure-network-time-and-date.yml @@ -3,9 +3,13 @@ - name: Configure 2772999-4 ansible.builtin.debug: msg: "SAP note 2772999 Step 4: Configure Network Time and Date" + tags: + - sap_general_preconfigure_network_time_and_date - name: Start and enable service chronyd ansible.builtin.systemd: name: chronyd state: started enabled: yes + tags: + - sap_general_preconfigure_network_time_and_date diff --git a/roles/sap_general_preconfigure/tasks/sapnote/2772999/05-assert-firewall.yml b/roles/sap_general_preconfigure/tasks/sapnote/2772999/05-assert-firewall.yml index 4b974c632..9f8caf2ef 100644 --- a/roles/sap_general_preconfigure/tasks/sapnote/2772999/05-assert-firewall.yml +++ b/roles/sap_general_preconfigure/tasks/sapnote/2772999/05-assert-firewall.yml @@ -3,6 +3,10 @@ - name: Assert 2772999-5 ansible.builtin.debug: msg: "SAP note 2772999 Step 5: Configure the Firewall" + tags: + - sap_general_preconfigure_firewall - name: Import tasks from '../../RedHat/generic/assert-firewall.yml' ansible.builtin.import_tasks: ../../RedHat/generic/assert-firewall.yml + tags: + - sap_general_preconfigure_firewall diff --git a/roles/sap_general_preconfigure/tasks/sapnote/2772999/05-configure-firewall.yml b/roles/sap_general_preconfigure/tasks/sapnote/2772999/05-configure-firewall.yml index 14b4b87bf..0fbc7d4d2 100644 --- a/roles/sap_general_preconfigure/tasks/sapnote/2772999/05-configure-firewall.yml +++ b/roles/sap_general_preconfigure/tasks/sapnote/2772999/05-configure-firewall.yml @@ -3,6 +3,10 @@ - name: Configure 2772999-5 ansible.builtin.debug: msg: "SAP note 2772999 Step 5: Configure the Firewall" + tags: + - sap_general_preconfigure_firewall - name: Import tasks from '../../RedHat/generic/configure-firewall.yml' ansible.builtin.import_tasks: ../../RedHat/generic/configure-firewall.yml + tags: + - sap_general_preconfigure_firewall diff --git a/roles/sap_general_preconfigure/tasks/sapnote/2772999/06-assert-uuidd.yml b/roles/sap_general_preconfigure/tasks/sapnote/2772999/06-assert-uuidd.yml index c3cac0639..2d7512237 100644 --- a/roles/sap_general_preconfigure/tasks/sapnote/2772999/06-assert-uuidd.yml +++ b/roles/sap_general_preconfigure/tasks/sapnote/2772999/06-assert-uuidd.yml @@ -3,6 +3,10 @@ - name: Assert 2772999-6 ansible.builtin.debug: msg: "SAP note 2772999 Step 6: Configure uuidd" + tags: + - sap_general_preconfigure_configure_uuidd - name: Import tasks from '../../RedHat/generic/assert-uuidd.yml' ansible.builtin.import_tasks: ../../RedHat/generic/assert-uuidd.yml + tags: + - sap_general_preconfigure_configure_uuidd diff --git a/roles/sap_general_preconfigure/tasks/sapnote/2772999/06-configure-uuidd.yml b/roles/sap_general_preconfigure/tasks/sapnote/2772999/06-configure-uuidd.yml index 6736ab75f..ba37631ed 100644 --- a/roles/sap_general_preconfigure/tasks/sapnote/2772999/06-configure-uuidd.yml +++ b/roles/sap_general_preconfigure/tasks/sapnote/2772999/06-configure-uuidd.yml @@ -3,6 +3,10 @@ - name: Configure 2772999-6 ansible.builtin.debug: msg: "SAP note 2772999 Step 6: Configure uuidd" + tags: + - sap_general_preconfigure_configure_uuidd - name: Import tasks from '../../RedHat/generic/configure-uuidd.yml' ansible.builtin.import_tasks: ../../RedHat/generic/configure-uuidd.yml + tags: + - sap_general_preconfigure_configure_uuidd diff --git a/roles/sap_general_preconfigure/tasks/sapnote/2772999/07-assert-tmpfs.yml b/roles/sap_general_preconfigure/tasks/sapnote/2772999/07-assert-tmpfs.yml index 555f4f3ca..d6159ecaf 100644 --- a/roles/sap_general_preconfigure/tasks/sapnote/2772999/07-assert-tmpfs.yml +++ b/roles/sap_general_preconfigure/tasks/sapnote/2772999/07-assert-tmpfs.yml @@ -6,6 +6,10 @@ memtotal_mb = {{ ansible_memtotal_mb }}; swaptotal_mb = {{ ansible_swaptotal_mb }}; sap_general_preconfigure_size_of_tmpfs_gb = {{ sap_general_preconfigure_size_of_tmpfs_gb }}" + tags: + - sap_general_preconfigure_configure_tmpfs - name: Import tasks from '../../RedHat/generic/assert-tmpfs.yml' ansible.builtin.import_tasks: ../../RedHat/generic/assert-tmpfs.yml + tags: + - sap_general_preconfigure_configure_tmpfs diff --git a/roles/sap_general_preconfigure/tasks/sapnote/2772999/07-configure-tmpfs.yml b/roles/sap_general_preconfigure/tasks/sapnote/2772999/07-configure-tmpfs.yml index effbbb6a5..b6de1449f 100644 --- a/roles/sap_general_preconfigure/tasks/sapnote/2772999/07-configure-tmpfs.yml +++ b/roles/sap_general_preconfigure/tasks/sapnote/2772999/07-configure-tmpfs.yml @@ -6,6 +6,10 @@ memtotal_mb = {{ ansible_memtotal_mb }}; swaptotal_mb = {{ ansible_swaptotal_mb }}; sap_general_preconfigure_size_of_tmpfs_gb = {{ sap_general_preconfigure_size_of_tmpfs_gb }}" + tags: + - sap_general_preconfigure_configure_tmpfs - name: Import tasks from '../../RedHat/generic/configure-tmpfs.yml' ansible.builtin.import_tasks: ../../RedHat/generic/configure-tmpfs.yml + tags: + - sap_general_preconfigure_configure_tmpfs diff --git a/roles/sap_general_preconfigure/tasks/sapnote/2772999/08-assert-linux-kernel-parameters.yml b/roles/sap_general_preconfigure/tasks/sapnote/2772999/08-assert-linux-kernel-parameters.yml index c4fdddd17..30384384e 100644 --- a/roles/sap_general_preconfigure/tasks/sapnote/2772999/08-assert-linux-kernel-parameters.yml +++ b/roles/sap_general_preconfigure/tasks/sapnote/2772999/08-assert-linux-kernel-parameters.yml @@ -3,6 +3,10 @@ - name: Assert 2772999-8 ansible.builtin.debug: msg: "SAP note 2772999 Step 8: Configure Linux Kernel Parameters" + tags: + - sap_general_preconfigure_kernel_parameters - name: Import tasks from '../../RedHat/generic/assert-kernel-parameters.yml' ansible.builtin.import_tasks: ../../RedHat/generic/assert-kernel-parameters.yml + tags: + - sap_general_preconfigure_kernel_parameters diff --git a/roles/sap_general_preconfigure/tasks/sapnote/2772999/08-configure-linux-kernel-parameters.yml b/roles/sap_general_preconfigure/tasks/sapnote/2772999/08-configure-linux-kernel-parameters.yml index ef98d6043..5f2c0be03 100644 --- a/roles/sap_general_preconfigure/tasks/sapnote/2772999/08-configure-linux-kernel-parameters.yml +++ b/roles/sap_general_preconfigure/tasks/sapnote/2772999/08-configure-linux-kernel-parameters.yml @@ -3,6 +3,10 @@ - name: Configure 2772999-8 ansible.builtin.debug: msg: "SAP note 2772999 Step 8: Configure Linux Kernel Parameters" + tags: + - sap_general_preconfigure_kernel_parameters - name: Import tasks from '../../RedHat/generic/configure-kernel-parameters.yml' ansible.builtin.import_tasks: ../../RedHat/generic/configure-kernel-parameters.yml + tags: + - sap_general_preconfigure_kernel_parameters diff --git a/roles/sap_general_preconfigure/tasks/sapnote/2772999/09-assert-process-resource-limits.yml b/roles/sap_general_preconfigure/tasks/sapnote/2772999/09-assert-process-resource-limits.yml index 4d11551ba..c50358cd0 100644 --- a/roles/sap_general_preconfigure/tasks/sapnote/2772999/09-assert-process-resource-limits.yml +++ b/roles/sap_general_preconfigure/tasks/sapnote/2772999/09-assert-process-resource-limits.yml @@ -3,9 +3,15 @@ - name: Assert 2772999-9 ansible.builtin.debug: msg: "SAP note 2772999 Step 9: Configure Process Resource Limits" + tags: + - sap_general_preconfigure_nproc_limits - name: Import tasks from '../../RedHat/generic/assert-limits-conf-file.yml' ansible.builtin.import_tasks: ../../RedHat/generic/assert-limits-conf-file.yml + tags: + - sap_general_preconfigure_nproc_limits - name: Import tasks from '../../RedHat/generic/assert-nproc-limits.yml' ansible.builtin.import_tasks: ../../RedHat/generic/assert-nproc-limits.yml + tags: + - sap_general_preconfigure_nproc_limits diff --git a/roles/sap_general_preconfigure/tasks/sapnote/2772999/09-configure-process-resource-limits.yml b/roles/sap_general_preconfigure/tasks/sapnote/2772999/09-configure-process-resource-limits.yml index d04dd88f2..ac4dc7692 100644 --- a/roles/sap_general_preconfigure/tasks/sapnote/2772999/09-configure-process-resource-limits.yml +++ b/roles/sap_general_preconfigure/tasks/sapnote/2772999/09-configure-process-resource-limits.yml @@ -3,6 +3,10 @@ - name: Configure 2772999-9 ansible.builtin.debug: msg: "SAP note 2772999 Step 9: Configure Process Resource Limits" + tags: + - sap_general_preconfigure_nproc_limits - name: Import tasks from '../../RedHat/generic/increase-nproc-limits.yml' ansible.builtin.import_tasks: ../../RedHat/generic/increase-nproc-limits.yml + tags: + - sap_general_preconfigure_nproc_limits diff --git a/roles/sap_general_preconfigure/tasks/sapnote/2772999/10-assert-systemd-tmpfiles.yml b/roles/sap_general_preconfigure/tasks/sapnote/2772999/10-assert-systemd-tmpfiles.yml index a24301744..a067c5654 100644 --- a/roles/sap_general_preconfigure/tasks/sapnote/2772999/10-assert-systemd-tmpfiles.yml +++ b/roles/sap_general_preconfigure/tasks/sapnote/2772999/10-assert-systemd-tmpfiles.yml @@ -3,6 +3,10 @@ - name: Assert 2772999-10 ansible.builtin.debug: msg: "SAP note 2772999 Step 10: Configure systemd-tmpfiles" + tags: + - sap_general_preconfigure_systemd_tmpfiles - name: Import tasks from '../../RedHat/generic/assert-systemd-tmpfiles.yml' ansible.builtin.import_tasks: ../../RedHat/generic/assert-systemd-tmpfiles.yml + tags: + - sap_general_preconfigure_systemd_tmpfiles diff --git a/roles/sap_general_preconfigure/tasks/sapnote/2772999/10-configure-systemd-tmpfiles.yml b/roles/sap_general_preconfigure/tasks/sapnote/2772999/10-configure-systemd-tmpfiles.yml index 6af633653..b5fe023fa 100644 --- a/roles/sap_general_preconfigure/tasks/sapnote/2772999/10-configure-systemd-tmpfiles.yml +++ b/roles/sap_general_preconfigure/tasks/sapnote/2772999/10-configure-systemd-tmpfiles.yml @@ -3,6 +3,10 @@ - name: Configure 2772999-10 ansible.builtin.debug: msg: "SAP note 2772999 Step 10: Configure systemd-tmpfiles" + tags: + - sap_general_preconfigure_systemd_tmpfiles - name: Import tasks from '../../RedHat/generic/configure-systemd-tmpfiles.yml' ansible.builtin.import_tasks: ../../RedHat/generic/configure-systemd-tmpfiles.yml + tags: + - sap_general_preconfigure_systemd_tmpfiles diff --git a/roles/sap_general_preconfigure/tasks/sapnote/3108316.yml b/roles/sap_general_preconfigure/tasks/sapnote/3108316.yml index 8fc8813f4..7c2dfc018 100644 --- a/roles/sap_general_preconfigure/tasks/sapnote/3108316.yml +++ b/roles/sap_general_preconfigure/tasks/sapnote/3108316.yml @@ -14,7 +14,6 @@ tags: - sap_general_preconfigure_configuration_all_steps - sap_general_preconfigure_3108316_02 - - sap_general_preconfigure_selinux - name: Import tasks from '3108316/03-configure-hostname.yml' ansible.builtin.import_tasks: 3108316/03-configure-hostname.yml @@ -22,9 +21,6 @@ tags: - sap_general_preconfigure_configuration_all_steps - sap_general_preconfigure_3108316_03 - - sap_general_preconfigure_hostname - - sap_general_preconfigure_etc_hosts - - sap_general_preconfigure_dns-name-resolution - name: Import tasks from '3108316/04-configure-network-time-and-date.yml' ansible.builtin.import_tasks: 3108316/04-configure-network-time-and-date.yml @@ -32,7 +28,6 @@ tags: - sap_general_preconfigure_configuration_all_steps - sap_general_preconfigure_3108316_04 - - sap_general_preconfigure_network_time_and_date - name: Import tasks from '3108316/05-configure-firewall.yml' ansible.builtin.import_tasks: 3108316/05-configure-firewall.yml @@ -40,7 +35,6 @@ tags: - sap_general_preconfigure_configuration_all_steps - sap_general_preconfigure_3108316_05 - - sap_general_preconfigure_firewall - name: Import tasks from '3108316/06-configure-uuidd.yml' ansible.builtin.import_tasks: 3108316/06-configure-uuidd.yml @@ -48,7 +42,6 @@ tags: - sap_general_preconfigure_configuration_all_steps - sap_general_preconfigure_3108316_06 - - sap_general_preconfigure_configure_uuidd - name: Import tasks from '3108316/07-configure-tmpfs.yml' ansible.builtin.import_tasks: 3108316/07-configure-tmpfs.yml @@ -56,7 +49,6 @@ tags: - sap_general_preconfigure_configuration_all_steps - sap_general_preconfigure_3108316_07 - - sap_general_preconfigure_configure_tmpfs - name: Import tasks from '3108316/08-configure-linux-kernel-parameters.yml' ansible.builtin.import_tasks: 3108316/08-configure-linux-kernel-parameters.yml @@ -64,7 +56,6 @@ tags: - sap_general_preconfigure_configuration_all_steps - sap_general_preconfigure_3108316_08 - - sap_general_preconfigure_kernel_parameters - name: Import tasks from '3108316/09-configure-process-resource-limits.yml' ansible.builtin.import_tasks: 3108316/09-configure-process-resource-limits.yml @@ -72,7 +63,6 @@ tags: - sap_general_preconfigure_configuration_all_steps - sap_general_preconfigure_3108316_09 - - sap_general_preconfigure_nproc_limits - name: Import tasks from '3108316/10-configure-systemd-tmpfiles.yml' ansible.builtin.import_tasks: 3108316/10-configure-systemd-tmpfiles.yml @@ -80,4 +70,3 @@ tags: - sap_general_preconfigure_configuration_all_steps - sap_general_preconfigure_3108316_10 - - sap_general_preconfigure_systemd_tmpfiles diff --git a/roles/sap_general_preconfigure/tasks/sapnote/3108316/02-assert-selinux.yml b/roles/sap_general_preconfigure/tasks/sapnote/3108316/02-assert-selinux.yml index 1c2fe6e96..4bbb28495 100644 --- a/roles/sap_general_preconfigure/tasks/sapnote/3108316/02-assert-selinux.yml +++ b/roles/sap_general_preconfigure/tasks/sapnote/3108316/02-assert-selinux.yml @@ -3,6 +3,10 @@ - name: Assert 3108316-2 ansible.builtin.debug: msg: "SAP note 3108316 Step 2: Configure SELinux" + tags: + - sap_general_preconfigure_selinux - name: Import tasks from '../../RedHat/generic/assert-selinux.yml' ansible.builtin.import_tasks: ../../RedHat/generic/assert-selinux.yml + tags: + - sap_general_preconfigure_selinux diff --git a/roles/sap_general_preconfigure/tasks/sapnote/3108316/02-configure-selinux.yml b/roles/sap_general_preconfigure/tasks/sapnote/3108316/02-configure-selinux.yml index 29a95015e..da03345e5 100644 --- a/roles/sap_general_preconfigure/tasks/sapnote/3108316/02-configure-selinux.yml +++ b/roles/sap_general_preconfigure/tasks/sapnote/3108316/02-configure-selinux.yml @@ -3,6 +3,10 @@ - name: Configure 3108316-2 ansible.builtin.debug: msg: "SAP note 3108316 Step 2: Configure SELinux" + tags: + - sap_general_preconfigure_selinux - name: Import tasks from '../../RedHat/generic/configure-selinux.yml' ansible.builtin.import_tasks: ../../RedHat/generic/configure-selinux.yml + tags: + - sap_general_preconfigure_selinux diff --git a/roles/sap_general_preconfigure/tasks/sapnote/3108316/03-assert-hostname.yml b/roles/sap_general_preconfigure/tasks/sapnote/3108316/03-assert-hostname.yml index 17aa80708..21a437d8f 100644 --- a/roles/sap_general_preconfigure/tasks/sapnote/3108316/03-assert-hostname.yml +++ b/roles/sap_general_preconfigure/tasks/sapnote/3108316/03-assert-hostname.yml @@ -3,12 +3,22 @@ - name: Assert 3108316-3 ansible.builtin.debug: msg: "SAP note 3108316 Step 3: Configure Hostname" + tags: + - sap_general_preconfigure_hostname + - sap_general_preconfigure_etc_hosts + - sap_general_preconfigure_dns_name_resolution - name: Import tasks from '../../RedHat/generic/assert-hostname.yml' ansible.builtin.import_tasks: ../../RedHat/generic/assert-hostname.yml + tags: + - sap_general_preconfigure_hostname - name: Import tasks from '../../RedHat/generic/assert-etc-hosts.yml' ansible.builtin.import_tasks: ../../RedHat/generic/assert-etc-hosts.yml + tags: + - sap_general_preconfigure_etc_hosts - name: Import tasks from '../../RedHat/generic/assert-dns-name-resolution.yml' ansible.builtin.import_tasks: ../../RedHat/generic/assert-dns-name-resolution.yml + tags: + - sap_general_preconfigure_dns_name_resolution diff --git a/roles/sap_general_preconfigure/tasks/sapnote/3108316/03-configure-hostname.yml b/roles/sap_general_preconfigure/tasks/sapnote/3108316/03-configure-hostname.yml index d120c8e8e..86681b10a 100644 --- a/roles/sap_general_preconfigure/tasks/sapnote/3108316/03-configure-hostname.yml +++ b/roles/sap_general_preconfigure/tasks/sapnote/3108316/03-configure-hostname.yml @@ -3,12 +3,22 @@ - name: Configure 3108316-3 ansible.builtin.debug: msg: "SAP note 3108316 Step 3: Configure Hostname" + tags: + - sap_general_preconfigure_hostname + - sap_general_preconfigure_etc_hosts + - sap_general_preconfigure_dns_name_resolution - name: Import tasks from '../../RedHat/generic/configure-hostname.yml' ansible.builtin.import_tasks: ../../RedHat/generic/configure-hostname.yml + tags: + - sap_general_preconfigure_hostname - name: Import tasks from '../../RedHat/generic/configure-etc-hosts.yml' ansible.builtin.import_tasks: ../../RedHat/generic/configure-etc-hosts.yml + tags: + - sap_general_preconfigure_etc_hosts - name: Import tasks from '../../RedHat/generic/check-dns-name-resolution.yml' ansible.builtin.import_tasks: ../../RedHat/generic/check-dns-name-resolution.yml + tags: + - sap_general_preconfigure_dns_name_resolution diff --git a/roles/sap_general_preconfigure/tasks/sapnote/3108316/04-assert-network-time-and-date.yml b/roles/sap_general_preconfigure/tasks/sapnote/3108316/04-assert-network-time-and-date.yml index f46e0aac5..d773c14c2 100644 --- a/roles/sap_general_preconfigure/tasks/sapnote/3108316/04-assert-network-time-and-date.yml +++ b/roles/sap_general_preconfigure/tasks/sapnote/3108316/04-assert-network-time-and-date.yml @@ -3,6 +3,8 @@ - name: Assert 3108316-4 ansible.builtin.debug: msg: "SAP note 3108316 Step 4: Configure Network Time and Date" + tags: + - sap_general_preconfigure_network_time_and_date # Reason for noqa: We need to get the current status only - name: Get status of chronyd # noqa command-instead-of-module @@ -10,6 +12,8 @@ register: __sap_general_preconfigure_register_chronyd_status_assert ignore_errors: yes changed_when: no + tags: + - sap_general_preconfigure_network_time_and_date - name: Assert that chronyd is enabled ansible.builtin.assert: @@ -17,6 +21,8 @@ fail_msg: "FAIL: Service 'chronyd' is not enabled!" success_msg: "PASS: Service 'chronyd' is enabled." ignore_errors: "{{ sap_general_preconfigure_assert_ignore_errors | d(false) }}" + tags: + - sap_general_preconfigure_network_time_and_date - name: Assert that chronyd is active ansible.builtin.assert: @@ -24,3 +30,5 @@ fail_msg: "FAIL: Service 'chronyd' is not active!" success_msg: "PASS: Service 'chronyd' is active." ignore_errors: "{{ sap_general_preconfigure_assert_ignore_errors | d(false) }}" + tags: + - sap_general_preconfigure_network_time_and_date diff --git a/roles/sap_general_preconfigure/tasks/sapnote/3108316/04-configure-network-time-and-date.yml b/roles/sap_general_preconfigure/tasks/sapnote/3108316/04-configure-network-time-and-date.yml index 510ca3fb4..c175f1573 100644 --- a/roles/sap_general_preconfigure/tasks/sapnote/3108316/04-configure-network-time-and-date.yml +++ b/roles/sap_general_preconfigure/tasks/sapnote/3108316/04-configure-network-time-and-date.yml @@ -3,9 +3,13 @@ - name: Configure 3108316-4 ansible.builtin.debug: msg: "SAP note 3108316 Step 4: Configure Network Time and Date" + tags: + - sap_general_preconfigure_network_time_and_date - name: Start and enable service chronyd ansible.builtin.systemd: name: chronyd state: started enabled: yes + tags: + - sap_general_preconfigure_network_time_and_date diff --git a/roles/sap_general_preconfigure/tasks/sapnote/3108316/05-assert-firewall.yml b/roles/sap_general_preconfigure/tasks/sapnote/3108316/05-assert-firewall.yml index 9f70e1648..097978f1a 100644 --- a/roles/sap_general_preconfigure/tasks/sapnote/3108316/05-assert-firewall.yml +++ b/roles/sap_general_preconfigure/tasks/sapnote/3108316/05-assert-firewall.yml @@ -3,6 +3,10 @@ - name: Assert 3108316-5 ansible.builtin.debug: msg: "SAP note 3108316 Step 5: Configure the Firewall" + tags: + - sap_general_preconfigure_firewall - name: Import tasks from '../../RedHat/generic/assert-firewall.yml' ansible.builtin.import_tasks: ../../RedHat/generic/assert-firewall.yml + tags: + - sap_general_preconfigure_firewall diff --git a/roles/sap_general_preconfigure/tasks/sapnote/3108316/05-configure-firewall.yml b/roles/sap_general_preconfigure/tasks/sapnote/3108316/05-configure-firewall.yml index 707b53712..a97c67a9c 100644 --- a/roles/sap_general_preconfigure/tasks/sapnote/3108316/05-configure-firewall.yml +++ b/roles/sap_general_preconfigure/tasks/sapnote/3108316/05-configure-firewall.yml @@ -3,6 +3,10 @@ - name: Configure 3108316-5 ansible.builtin.debug: msg: "SAP note 3108316 Step 5: Configure the Firewall" + tags: + - sap_general_preconfigure_firewall - name: Import tasks from '../../RedHat/generic/configure-firewall.yml' ansible.builtin.import_tasks: ../../RedHat/generic/configure-firewall.yml + tags: + - sap_general_preconfigure_firewall diff --git a/roles/sap_general_preconfigure/tasks/sapnote/3108316/06-assert-uuidd.yml b/roles/sap_general_preconfigure/tasks/sapnote/3108316/06-assert-uuidd.yml index dab32ed0f..e5271b176 100644 --- a/roles/sap_general_preconfigure/tasks/sapnote/3108316/06-assert-uuidd.yml +++ b/roles/sap_general_preconfigure/tasks/sapnote/3108316/06-assert-uuidd.yml @@ -3,6 +3,10 @@ - name: Assert 3108316-6 ansible.builtin.debug: msg: "SAP note 3108316 Step 6: Configure uuidd" + tags: + - sap_general_preconfigure_configure_uuidd - name: Import tasks from '../../RedHat/generic/assert-uuidd.yml' ansible.builtin.import_tasks: ../../RedHat/generic/assert-uuidd.yml + tags: + - sap_general_preconfigure_configure_uuidd diff --git a/roles/sap_general_preconfigure/tasks/sapnote/3108316/06-configure-uuidd.yml b/roles/sap_general_preconfigure/tasks/sapnote/3108316/06-configure-uuidd.yml index ff31a6ce1..b805561d0 100644 --- a/roles/sap_general_preconfigure/tasks/sapnote/3108316/06-configure-uuidd.yml +++ b/roles/sap_general_preconfigure/tasks/sapnote/3108316/06-configure-uuidd.yml @@ -3,6 +3,10 @@ - name: Configure 3108316-6 ansible.builtin.debug: msg: "SAP note 3108316 Step 6: Configure uuidd" + tags: + - sap_general_preconfigure_configure_uuidd - name: Import tasks from '../../RedHat/generic/configure-uuidd.yml' ansible.builtin.import_tasks: ../../RedHat/generic/configure-uuidd.yml + tags: + - sap_general_preconfigure_configure_uuidd diff --git a/roles/sap_general_preconfigure/tasks/sapnote/3108316/07-assert-tmpfs.yml b/roles/sap_general_preconfigure/tasks/sapnote/3108316/07-assert-tmpfs.yml index 180df8ba5..4b8fca006 100644 --- a/roles/sap_general_preconfigure/tasks/sapnote/3108316/07-assert-tmpfs.yml +++ b/roles/sap_general_preconfigure/tasks/sapnote/3108316/07-assert-tmpfs.yml @@ -6,6 +6,10 @@ memtotal_mb = {{ ansible_memtotal_mb }}; swaptotal_mb = {{ ansible_swaptotal_mb }}; sap_general_preconfigure_size_of_tmpfs_gb = {{ sap_general_preconfigure_size_of_tmpfs_gb }}" + tags: + - sap_general_preconfigure_configure_tmpfs - name: Import tasks from '../../RedHat/generic/assert-tmpfs.yml' ansible.builtin.import_tasks: ../../RedHat/generic/assert-tmpfs.yml + tags: + - sap_general_preconfigure_configure_tmpfs diff --git a/roles/sap_general_preconfigure/tasks/sapnote/3108316/07-configure-tmpfs.yml b/roles/sap_general_preconfigure/tasks/sapnote/3108316/07-configure-tmpfs.yml index f293b7979..f07c4081c 100644 --- a/roles/sap_general_preconfigure/tasks/sapnote/3108316/07-configure-tmpfs.yml +++ b/roles/sap_general_preconfigure/tasks/sapnote/3108316/07-configure-tmpfs.yml @@ -6,6 +6,10 @@ memtotal_mb = {{ ansible_memtotal_mb }}; swaptotal_mb = {{ ansible_swaptotal_mb }}; sap_general_preconfigure_size_of_tmpfs_gb = {{ sap_general_preconfigure_size_of_tmpfs_gb }}" + tags: + - sap_general_preconfigure_configure_tmpfs - name: Import tasks from '../../RedHat/generic/configure-tmpfs.yml' ansible.builtin.import_tasks: ../../RedHat/generic/configure-tmpfs.yml + tags: + - sap_general_preconfigure_configure_tmpfs diff --git a/roles/sap_general_preconfigure/tasks/sapnote/3108316/08-assert-linux-kernel-parameters.yml b/roles/sap_general_preconfigure/tasks/sapnote/3108316/08-assert-linux-kernel-parameters.yml index a5ed5b632..46be59030 100644 --- a/roles/sap_general_preconfigure/tasks/sapnote/3108316/08-assert-linux-kernel-parameters.yml +++ b/roles/sap_general_preconfigure/tasks/sapnote/3108316/08-assert-linux-kernel-parameters.yml @@ -3,6 +3,10 @@ - name: Assert 3108316-8 ansible.builtin.debug: msg: "SAP note 3108316 Step 8: Configure Linux Kernel Parameters" + tags: + - sap_general_preconfigure_kernel_parameters - name: Import tasks from '../../RedHat/generic/assert-kernel-parameters.yml' ansible.builtin.import_tasks: ../../RedHat/generic/assert-kernel-parameters.yml + tags: + - sap_general_preconfigure_kernel_parameters diff --git a/roles/sap_general_preconfigure/tasks/sapnote/3108316/08-configure-linux-kernel-parameters.yml b/roles/sap_general_preconfigure/tasks/sapnote/3108316/08-configure-linux-kernel-parameters.yml index 5daf105f5..42a4b2415 100644 --- a/roles/sap_general_preconfigure/tasks/sapnote/3108316/08-configure-linux-kernel-parameters.yml +++ b/roles/sap_general_preconfigure/tasks/sapnote/3108316/08-configure-linux-kernel-parameters.yml @@ -3,6 +3,10 @@ - name: Configure 3108316-8 ansible.builtin.debug: msg: "SAP note 3108316 Step 8: Configure Linux Kernel Parameters" + tags: + - sap_general_preconfigure_kernel_parameters - name: Import tasks from '../../RedHat/generic/configure-kernel-parameters.yml' ansible.builtin.import_tasks: ../../RedHat/generic/configure-kernel-parameters.yml + tags: + - sap_general_preconfigure_kernel_parameters diff --git a/roles/sap_general_preconfigure/tasks/sapnote/3108316/09-assert-process-resource-limits.yml b/roles/sap_general_preconfigure/tasks/sapnote/3108316/09-assert-process-resource-limits.yml index b556fe3ef..75f60ddb7 100644 --- a/roles/sap_general_preconfigure/tasks/sapnote/3108316/09-assert-process-resource-limits.yml +++ b/roles/sap_general_preconfigure/tasks/sapnote/3108316/09-assert-process-resource-limits.yml @@ -3,9 +3,15 @@ - name: Assert 3108316-9 ansible.builtin.debug: msg: "SAP note 3108316 Step 9: Configure Process Resource Limits" + tags: + - sap_general_preconfigure_nproc_limits - name: Import tasks from '../../RedHat/generic/assert-limits-conf-file.yml' ansible.builtin.import_tasks: ../../RedHat/generic/assert-limits-conf-file.yml + tags: + - sap_general_preconfigure_nproc_limits - name: Import tasks from '../../RedHat/generic/assert-nproc-limits.yml' ansible.builtin.import_tasks: ../../RedHat/generic/assert-nproc-limits.yml + tags: + - sap_general_preconfigure_nproc_limits diff --git a/roles/sap_general_preconfigure/tasks/sapnote/3108316/09-configure-process-resource-limits.yml b/roles/sap_general_preconfigure/tasks/sapnote/3108316/09-configure-process-resource-limits.yml index 104bd24b9..0a57b7009 100644 --- a/roles/sap_general_preconfigure/tasks/sapnote/3108316/09-configure-process-resource-limits.yml +++ b/roles/sap_general_preconfigure/tasks/sapnote/3108316/09-configure-process-resource-limits.yml @@ -3,6 +3,10 @@ - name: Configure 3108316-9 ansible.builtin.debug: msg: "SAP note 3108316 Step 9: Configure Process Resource Limits" + tags: + - sap_general_preconfigure_nproc_limits - name: Import tasks from '../../RedHat/generic/increase-nproc-limits.yml' ansible.builtin.import_tasks: ../../RedHat/generic/increase-nproc-limits.yml + tags: + - sap_general_preconfigure_nproc_limits diff --git a/roles/sap_general_preconfigure/tasks/sapnote/3108316/10-assert-systemd-tmpfiles.yml b/roles/sap_general_preconfigure/tasks/sapnote/3108316/10-assert-systemd-tmpfiles.yml index 37f6d65f7..5371d376a 100644 --- a/roles/sap_general_preconfigure/tasks/sapnote/3108316/10-assert-systemd-tmpfiles.yml +++ b/roles/sap_general_preconfigure/tasks/sapnote/3108316/10-assert-systemd-tmpfiles.yml @@ -3,6 +3,10 @@ - name: Assert 3108316-10 ansible.builtin.debug: msg: "SAP note 3108316 Step 10: Configure systemd-tmpfiles" + tags: + - sap_general_preconfigure_systemd_tmpfiles - name: Import tasks from '../../RedHat/generic/assert-systemd-tmpfiles.yml' ansible.builtin.import_tasks: ../../RedHat/generic/assert-systemd-tmpfiles.yml + tags: + - sap_general_preconfigure_systemd_tmpfiles diff --git a/roles/sap_general_preconfigure/tasks/sapnote/3108316/10-configure-systemd-tmpfiles.yml b/roles/sap_general_preconfigure/tasks/sapnote/3108316/10-configure-systemd-tmpfiles.yml index 984bc832e..3fa4076a3 100644 --- a/roles/sap_general_preconfigure/tasks/sapnote/3108316/10-configure-systemd-tmpfiles.yml +++ b/roles/sap_general_preconfigure/tasks/sapnote/3108316/10-configure-systemd-tmpfiles.yml @@ -3,6 +3,10 @@ - name: Configure 3108316-10 ansible.builtin.debug: msg: "SAP note 3108316 Step 10: Configure systemd-tmpfiles" + tags: + - sap_general_preconfigure_systemd_tmpfiles - name: Import tasks from '../../RedHat/generic/configure-systemd-tmpfiles.yml' ansible.builtin.import_tasks: ../../RedHat/generic/configure-systemd-tmpfiles.yml + tags: + - sap_general_preconfigure_systemd_tmpfiles diff --git a/roles/sap_general_preconfigure/tasks/sapnote/assert-2002167.yml b/roles/sap_general_preconfigure/tasks/sapnote/assert-2002167.yml index 261ef42df..610e73382 100644 --- a/roles/sap_general_preconfigure/tasks/sapnote/assert-2002167.yml +++ b/roles/sap_general_preconfigure/tasks/sapnote/assert-2002167.yml @@ -11,8 +11,6 @@ tags: - sap_general_preconfigure_configuration_all_steps - sap_general_preconfigure_2002167_02 - - sap_general_preconfigure_firewall - - sap_general_preconfigure_selinux - name: Import tasks from '2002167/03-assert-setting-the-hostname.yml' ansible.builtin.import_tasks: 2002167/03-assert-setting-the-hostname.yml @@ -20,9 +18,6 @@ tags: - sap_general_preconfigure_configuration_all_steps - sap_general_preconfigure_2002167_03 - - sap_general_preconfigure_hostname - - sap_general_preconfigure_etc_hosts - - sap_general_preconfigure_dns-name-resolution - name: Import tasks from '2002167/04-assert-linux-kernel-parameters.yml' ansible.builtin.import_tasks: 2002167/04-assert-linux-kernel-parameters.yml @@ -30,7 +25,6 @@ tags: - sap_general_preconfigure_configuration_all_steps - sap_general_preconfigure_2002167_04 - - sap_general_preconfigure_kernel_parameters - name: Import tasks from '2002167/05-assert-process-resource-limits.yml' ansible.builtin.import_tasks: 2002167/05-assert-process-resource-limits.yml @@ -38,7 +32,6 @@ tags: - sap_general_preconfigure_configuration_all_steps - sap_general_preconfigure_2002167_05 - - sap_general_preconfigure_nproc_limits - name: Import tasks from '2002167/06-assert-additional-notes-for-installing-sap-systems.yml' ansible.builtin.import_tasks: 2002167/06-assert-additional-notes-for-installing-sap-systems.yml @@ -46,6 +39,3 @@ tags: - sap_general_preconfigure_configuration_all_steps - sap_general_preconfigure_2002167_06 - - sap_general_preconfigure_libldap - - sap_general_preconfigure_liblber - - sap_general_preconfigure_systemd_tmpfiles diff --git a/roles/sap_general_preconfigure/tasks/sapnote/assert-2772999.yml b/roles/sap_general_preconfigure/tasks/sapnote/assert-2772999.yml index 92eeeec50..1fe0047c0 100644 --- a/roles/sap_general_preconfigure/tasks/sapnote/assert-2772999.yml +++ b/roles/sap_general_preconfigure/tasks/sapnote/assert-2772999.yml @@ -14,7 +14,6 @@ tags: - sap_general_preconfigure_configuration_all_steps - sap_general_preconfigure_2772999_02 - - sap_general_preconfigure_selinux - name: Import tasks from '2772999/03-assert-hostname.yml' ansible.builtin.import_tasks: 2772999/03-assert-hostname.yml @@ -22,9 +21,6 @@ tags: - sap_general_preconfigure_configuration_all_steps - sap_general_preconfigure_2772999_03 - - sap_general_preconfigure_hostname - - sap_general_preconfigure_etc_hosts - - sap_general_preconfigure_dns-name-resolution - name: Import tasks from '2772999/04-assert-network-time-and-date.yml' ansible.builtin.import_tasks: 2772999/04-assert-network-time-and-date.yml @@ -32,7 +28,6 @@ tags: - sap_general_preconfigure_configuration_all_steps - sap_general_preconfigure_2772999_04 - - sap_general_preconfigure_network_time_and_date - name: Import tasks from '2772999/05-assert-firewall.yml' ansible.builtin.import_tasks: 2772999/05-assert-firewall.yml @@ -40,7 +35,6 @@ tags: - sap_general_preconfigure_configuration_all_steps - sap_general_preconfigure_2772999_05 - - sap_general_preconfigure_firewall - name: Import tasks from '2772999/06-assert-uuidd.yml' ansible.builtin.import_tasks: 2772999/06-assert-uuidd.yml @@ -48,7 +42,6 @@ tags: - sap_general_preconfigure_configuration_all_steps - sap_general_preconfigure_2772999_06 - - sap_general_preconfigure_configure_uuidd - name: Import tasks from '2772999/07-assert-tmpfs.yml' ansible.builtin.import_tasks: 2772999/07-assert-tmpfs.yml @@ -56,7 +49,6 @@ tags: - sap_general_preconfigure_configuration_all_steps - sap_general_preconfigure_2772999_07 - - sap_general_preconfigure_configure_tmpfs - name: Import tasks from '2772999/08-assert-linux-kernel-parameters.yml' ansible.builtin.import_tasks: 2772999/08-assert-linux-kernel-parameters.yml @@ -64,14 +56,12 @@ tags: - sap_general_preconfigure_configuration_all_steps - sap_general_preconfigure_2772999_08 - - sap_general_preconfigure_kernel_parameters - name: Import tasks from '2772999/09-assert-process-resource-limits.yml' ansible.builtin.import_tasks: 2772999/09-assert-process-resource-limits.yml when: sap_general_preconfigure_config_all | d(true) or sap_general_preconfigure_2772999_09 | d(false) tags: - sap_general_preconfigure_configuration_all_steps - - sap_general_preconfigure_2772999_09 - sap_general_preconfigure_nproc_limits - name: Import tasks from '2772999/10-assert-systemd-tmpfiles.yml' @@ -80,4 +70,3 @@ tags: - sap_general_preconfigure_configuration_all_steps - sap_general_preconfigure_2772999_10 - - sap_general_preconfigure_systemd_tmpfiles diff --git a/roles/sap_general_preconfigure/tasks/sapnote/assert-3108316.yml b/roles/sap_general_preconfigure/tasks/sapnote/assert-3108316.yml index 210fd5693..7fd25ca6b 100644 --- a/roles/sap_general_preconfigure/tasks/sapnote/assert-3108316.yml +++ b/roles/sap_general_preconfigure/tasks/sapnote/assert-3108316.yml @@ -14,7 +14,6 @@ tags: - sap_general_preconfigure_configuration_all_steps - sap_general_preconfigure_3108316_02 - - sap_general_preconfigure_selinux - name: Import tasks from '3108316/03-assert-hostname.yml' ansible.builtin.import_tasks: 3108316/03-assert-hostname.yml @@ -22,9 +21,6 @@ tags: - sap_general_preconfigure_configuration_all_steps - sap_general_preconfigure_3108316_03 - - sap_general_preconfigure_hostname - - sap_general_preconfigure_etc_hosts - - sap_general_preconfigure_dns-name-resolution - name: Import tasks from '3108316/04-assert-network-time-and-date.yml' ansible.builtin.import_tasks: 3108316/04-assert-network-time-and-date.yml @@ -32,7 +28,6 @@ tags: - sap_general_preconfigure_configuration_all_steps - sap_general_preconfigure_3108316_04 - - sap_general_preconfigure_network_time_and_date - name: Import tasks from '3108316/05-assert-firewall.yml' ansible.builtin.import_tasks: 3108316/05-assert-firewall.yml @@ -40,7 +35,6 @@ tags: - sap_general_preconfigure_configuration_all_steps - sap_general_preconfigure_3108316_05 - - sap_general_preconfigure_firewall - name: Import tasks from '3108316/06-assert-uuidd.yml' ansible.builtin.import_tasks: 3108316/06-assert-uuidd.yml @@ -48,7 +42,6 @@ tags: - sap_general_preconfigure_configuration_all_steps - sap_general_preconfigure_3108316_06 - - sap_general_preconfigure_configure_uuidd - name: Import tasks from '3108316/07-assert-tmpfs.yml' ansible.builtin.import_tasks: 3108316/07-assert-tmpfs.yml @@ -56,7 +49,6 @@ tags: - sap_general_preconfigure_configuration_all_steps - sap_general_preconfigure_3108316_07 - - sap_general_preconfigure_configure_tmpfs - name: Import tasks from '3108316/08-assert-linux-kernel-parameters.yml' ansible.builtin.import_tasks: 3108316/08-assert-linux-kernel-parameters.yml @@ -64,7 +56,6 @@ tags: - sap_general_preconfigure_configuration_all_steps - sap_general_preconfigure_3108316_08 - - sap_general_preconfigure_kernel_parameters - name: Import tasks from '3108316/09-assert-process-resource-limits.yml' ansible.builtin.import_tasks: 3108316/09-assert-process-resource-limits.yml @@ -72,7 +63,6 @@ tags: - sap_general_preconfigure_configuration_all_steps - sap_general_preconfigure_3108316_09 - - sap_general_preconfigure_nproc_limits - name: Import tasks from '3108316/10-assert-systemd-tmpfiles.yml' ansible.builtin.import_tasks: 3108316/10-assert-systemd-tmpfiles.yml @@ -80,4 +70,3 @@ tags: - sap_general_preconfigure_configuration_all_steps - sap_general_preconfigure_3108316_10 - - sap_general_preconfigure_systemd_tmpfiles