26159. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 5/14/2018 1:18:37 PM Eastern Daylight Time. See www.araxis.com for information about Merge. This report uses XHTML and CSS2, and is best viewed with a modern standards-compliant browser. For optimum results when printing this report, use landscape orientation and enable printing of background images and colours in your browser.

26159.1 Files compared

# Location File Last Modified
1 MCCF_EDI_TAS_Infrastructure.zip\MCCF_EDI_TAS_Infrastructure\mag_sys_build\playbooks audit_d.yml Tue Mar 27 23:51:06 2018 UTC
2 MCCF_EDI_TAS_Infrastructure.zip\MCCF_EDI_TAS_Infrastructure\mag_sys_build\playbooks audit_d.yml Tue May 8 03:18:19 2018 UTC

26159.2 Comparison summary

Description Between
Files 1 and 2
Text Blocks Lines
Unchanged 2 112
Changed 1 2
Inserted 0 0
Removed 0 0

26159.3 Comparison options

Whitespace
Character case Differences in character case are significant
Line endings Differences in line endings (CR and LF characters) are ignored
CR/LF characters Not shown in the comparison detail

26159.4 Active regular expressions

No regular expressions were active.

26159.5 Comparison detail

  1   # Ansible  Playbook 
  2   # Erik van  Oudheusde PII                            - 28 Sep 2 017
  3   #
  4   # 6.14.24. 2 Configur e auditd D ata Retent ion
  5  
  6   ---
  7   - name: Co nfigure au ditd Data  Retention
  8     hosts: r hel7
  9     become:  yes
  10     tasks:
  11     - name:  Number of  Logs retai ned
  12       linein file:
  13         path : /etc/aud it/auditd. conf
  14         back refs: yes
  15         rege xp: '^num_ logs ='
  16         line : 'num_log s = 5'
  17     - name:  Audit Log  size (mb)
  18       linein file:
  19         path : /etc/aud it/auditd. conf
  20         back refs: yes
  21         rege xp: '^max_ log_file = '
  22         line : 'max_log _file = 6'
  23     - name:  Action upo n reaching  maximum l og size
  24       linein file:
  25         path : /etc/aud it/auditd. conf
  26         rege xp: '^max_ log_file_a ction ='
  27         line : 'max_log _file_acti on = ROTAT E'
  28     - name:  Space Left
  29       linein file:
  30         path : /etc/aud it/auditd. conf
  31         back refs: yes
  32         rege xp: '^spac e_left ='
  33         line : 'space_l eft = 85'
  34     - name:  Action on  Low Disk s pace
  35       linein file:
  36         path : /etc/aud it/auditd. conf
  37         back refs: yes
  38         rege xp: '^spac e_left_act ion ='
  39         line : 'space_l eft_action  = EMAIL'
  40     - name:  Action on  Admin Disk  space
  41       linein file:
  42         path : /etc/aud it/auditd. conf
  43         back refs: yes
  44         rege xp: '^admi n_space_le ft_action  ='
  45         line : 'admin_s pace_left_ action = S INGLE'
  46     - name:  synchronou sly write  audit even t data to  disk
  47       linein file:
  48         path : /etc/aud it/auditd. conf
  49         back refs: yes
  50         rege xp: '^flus h ='
  51         line : 'flush =  data'
  52     - name:  Mail Actio n on low d isk space
  53       linein file:
  54         path : /etc/aud it/auditd. conf
  55         back refs: yes
  56         rege xp: '^acti on_mail_ac ct ='
  57         line : 'action_ mail_acct  = root'