- 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:
    cmd: |
      {{ execute_command }}
      AUDIT_TRAIL = { none | os | db [, extended] | xml [, extended] }
  with_items: '{{ output.stdout }}'
  when:
    - odb_stigrule_219862_Manage


- name: sqlplus_219862_enable_Unified_Auditing
  shell: make -f ins_rdbms.mk uniaud_on ioracle
  args:
      chdir: $ORACLE_HOME/rdbms/lib
      executable: /bin/bash
  changed_when: False
  register: simple_out
  when:
    - odb_stigrule_219862_Manage

On Monday, 20 September 2021 at 12:47:57 UTC+5:30 dick....@geant.org wrote:

> What did you try yourself yet?
>
> On Mon, 20 Sep 2021 at 08:15, Lokesh Patil <lokeshp...@gmail.com> 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 
>> impacted and this is not a finding.
>>
>> -- 
>> You received this message because you are subscribed to the Google Groups 
>> "Ansible Project" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to ansible-proje...@googlegroups.com.
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/ansible-project/01315dd0-ebc5-482d-b3e2-fe5d7b65dc3bn%40googlegroups.com
>>  
>> <https://groups.google.com/d/msgid/ansible-project/01315dd0-ebc5-482d-b3e2-fe5d7b65dc3bn%40googlegroups.com?utm_medium=email&utm_source=footer>
>> .
>>
> -- 
> Sent from a mobile device - please excuse the brevity, spelling and 
> punctuation.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to ansible-project+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/52f7e003-f363-4c8f-90bb-396e98e7fcc7n%40googlegroups.com.

Reply via email to