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

26203.1 Files compared

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

26203.2 Comparison summary

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

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

26203.4 Active regular expressions

No regular expressions were active.

26203.5 Comparison detail

  1   # Ansible  Playbook 
  2   # Erik van  Oudheusde PII                            - 28 Sep 2 017
  3   #
  4   # 6.14.18  Configure  Postfix
  5  
  6   ---
  7   - name: Po stfix serv er install ed
  8     hosts: r hel7
  9     become:  yes
  10     tasks:
  11     - name:  latest pos tfix versi on install ed
  12       yum:
  13         name : postfix
  14         stat e: latest
  15     - name:  Postfix en abled and  running
  16       servic e:
  17         name : postfix
  18         enab led: true
  19         stat e: started
  20     - name:  restrict t o ipv4
  21       linein file:
  22         path : /etc/pos tfix/main. cf 
  23         back refs: yes
  24         rege xp: '^inet _protocols  = all'
  25         line : 'inet_pr otocols =  ipv4'
  26     - name:  Add Commen t
  27       linein file:
  28         path : /etc/pos tfix/main. cf 
  29         inse rtafter: ' readme_dir ectory = / usr/share/ doc/postfi x-2.10.1/R EADME_FILE S'
  30         line : 'smtpd_c lient_rest rictions =  permit_my networks,  reject'