26211. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 5/14/2018 1:18:38 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.

26211.1 Files compared

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

26211.2 Comparison summary

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

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

26211.4 Active regular expressions

No regular expressions were active.

26211.5 Comparison detail

  1   # Ansible  Playbook 
  2   # Erik van  Oudheusde PII                            - 28 Sep 2 017
  3   #
  4   # Set Inte ractive Se ssion Time out
  5  
  6   ---
  7   - name: Se t Interact ive Sessio n Timeout
  8     hosts: r hel7
  9     become:  yes
  10     tasks:
  11     - name:  Delete exi sting file
  12       file:  path=/etc/ profile.d/ tmout.sh
  13         stat e=absent
  14     - name:  Create tmo ut.sh
  15       blocki nfile: 
  16         path : /etc/pro file.d/tmo ut.sh
  17         crea te: yes
  18         back up: yes
  19         mark er: "## {m ark} Added  for VA CR ISP"
  20         owne r: root
  21         grou p: root
  22         mode : 0644
  23         cont ent: |
  24           TM OUT=900
  25           re adonly TMO UT
  26           ex port TMOUT
  27     - name:  Create tmo ut.csh
  28       blocki nfile: 
  29         path : /etc/pro file.d/tmo ut.csh
  30         crea te: yes
  31         back up: yes
  32         mark er: "## {m ark} Added  for VA CR ISP"
  33         owne r: root
  34         grou p: root
  35         mode : 0644
  36         cont ent: |
  37           se t –r autol ogout 15