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

26209.1 Files compared

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

26209.2 Comparison summary

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

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

26209.4 Active regular expressions

No regular expressions were active.

26209.5 Comparison detail

  1   # Ansible  Playbook 
  2   # David Ho lton (Half aker)  PII                     - 5 Feb 20 18
  3   #
  4   # Configur e SSH Clie nt Confiur ation file s in OpenS SH and Cen trifyDC
  5   #
  6  
  7   ---
  8   - name: Co nfigure SS H Client C onfigurati on files
  9     hosts: r hel7
  10     become:  yes
  11     vars:
  12       sshCli entFiles:
  13         - /e tc/ssh/ssh _config
  14         - /e tc/centrif ydc/ssh/ss h_config
  15     tasks:
  16     - name:  Put in acc eptable Ci phers para meters
  17       linein file:
  18         inse rtafter: E OF
  19         line : 'Ciphers  aes128-ct r,aes192-c tr,aes256- ctr'
  20         path : "{{ item  }}"
  21       with_i tems: "{{  sshClientF iles }}"