Re: [ansible-project] how to write playbook for this scenario

2021-09-20 Thread Lokesh Patil
- name: stigrule_219862_value vars: sql_command: select parameter, value from v\$option where parameter = 'Unified Auditing'; include_tasks: sqlplus_check.yml when: - odb_stigrule_219862_Manage - name: stigrule_219862_audit_trail_fix vars: audit_trail: '{{ item }}' shell:

Re: [ansible-project] how to write playbook for this scenario

2021-09-20 Thread Dick Visser
What did you try yourself yet? On Mon, 20 Sep 2021 at 08:15, Lokesh Patil wrote: > > Check for unified auditing. > select parameter, value from v$option > where parameter = 'Unified Auditing'; > > This Scenario > if Unified Auditing = 'TRUE' then audit_trail and audit_file_dest are not >

[ansible-project] how to write playbook for this scenario

2021-09-20 Thread Lokesh Patil
Check for unified auditing. select parameter, value from v$option where parameter = 'Unified Auditing'; This Scenario if Unified Auditing = 'TRUE' then audit_trail and audit_file_dest are not impacted and this is not a finding. -- You received this message because you are subscribed to the