26158. 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.

26158.1 Files compared

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

26158.2 Comparison summary

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

26158.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

26158.4 Active regular expressions

No regular expressions were active.

26158.5 Comparison detail

  1   # Ansible  Playbook 
  2   # Erik van  Oudheusde PII                            - 28 Sep 2 017
  3   #
  4   # Ensure a uditd Coll ects Syste m Administ rator Acti ons
  5  
  6   ---
  7   - name: En sure audit d Collects  System Ad ministrato r Actions
  8     hosts: r hel7
  9     become:  yes
  10     tasks:
  11     - name:  Create Fil e actions. rules moni toring sud oers
  12       copy:
  13         cont ent: ""
  14         dest : /etc/aud it/rules.d /actions.r ules
  15         owne r: root
  16         grou p: root
  17         mode : 0600
  18     - name:  edit actio ns.rules C omment
  19       linein file: 
  20         path : /etc/aud it/rules.d /actions.r ules
  21         line : '### Act ions Rules '
  22     - name:  edit actio ns.rules o n suders f ile
  23       linein file: 
  24         path : /etc/aud it/rules.d /actions.r ules
  25         line : '-w /etc /sudoers - p wa -k ac tions'
  26     - name:  edit actio ns.rules o n suders.d  directory
  27       linein file: 
  28         path : /etc/aud it/rules.d /actions.r ules
  29         line : '-w /etc /sudoers.d / -p wa -k  actions'