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

26199.1 Files compared

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

26199.2 Comparison summary

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

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

26199.4 Active regular expressions

No regular expressions were active.

26199.5 Comparison detail

  1   # Ansible  Playbook 
  2   # Erik van  Oudheusde PII                            - 28 Sep 2 017
  3   #
  4   # Disable  Kernel Mod ules
  5  
  6   ---
  7   - name: Di sable Kern el Modules
  8     hosts: r hel7
  9     become:  yes
  10     tasks:
  11     - name:  Disable Ke rnel Modul e add cris p.conf
  12       linein file: 
  13         crea te: yes
  14         stat e: present
  15         path : /etc/mod probe.d/cr isp.conf
  16         line : install  usb-storag e /bin/tru e
  17     - name:  Disable Bl uetooth Mo dule
  18       linein file:
  19         path : /etc/mod probe.d/cr isp.conf
  20         line : install  bluetooth  /bin/true
  21     - name:  Disable Ne t PF 31 Mo dule
  22       linein file:
  23         path : /etc/mod probe.d/cr isp.conf
  24         line : install  net-pf-31  /bin/true
  25     - name:  Disable Mo dprobe DCC P Support
  26       linein file:
  27         path : /etc/mod probe.d/cr isp.conf
  28         line : install  dccp /bin/ true
  29     - name:  Disable Mo dprobe SCT P Support
  30       linein file:
  31         path : /etc/mod probe.d/cr isp.conf
  32         line : install  sctp /bin/ true
  33     - name:  Disable Mo dprobe RDS  Support
  34       linein file:
  35         path : /etc/mod probe.d/cr isp.conf
  36         line : install  rds /bin/t rue
  37     - name:  Disable Mo dprobe TIP C Support
  38       linein file:
  39         path : /etc/mod probe.d/cr isp.conf
  40         line : install  tipc /bin/ true
  41     - name:  Disable cr amfs modul e for load ing
  42       linein file:
  43         path : /etc/mod probe.d/cr isp.conf
  44         line : install  cramfs /bi n/true
  45     - name:  Disable fr eevxfs mod ule for lo ading
  46       linein file:
  47         path : /etc/mod probe.d/cr isp.conf
  48         line : install  freevxfs / bin/true
  49     - name:  Disable jf fs2 module  for loadi ng
  50       linein file:
  51         path : /etc/mod probe.d/cr isp.conf
  52         line : install  jffs2 /bin /true
  53     - name:  Disable hf s module f or loading
  54       linein file:
  55         path : /etc/mod probe.d/cr isp.conf
  56         line : install  hfs /bin/t rue
  57     - name:  Disable hf splus modu le for loa ding
  58       linein file:
  59         path : /etc/mod probe.d/cr isp.conf
  60         line : install  hfsplus /b in/true
  61     - name:  Disable sq uashfs mod ule for lo ading
  62       linein file:
  63         path : /etc/mod probe.d/cr isp.conf
  64         line : install  squashfs / bin/true
  65     - name:  Disable ud f module f or loading
  66       linein file:
  67         path : /etc/mod probe.d/cr isp.conf
  68         line : install  udf /bin/t rue