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.
| # | Location | File | Last Modified |
|---|---|---|---|
| 1 | MCCF_EDI_TAS_Infrastructure.zip\MCCF_EDI_TAS_Infrastructure\mag_sys_build\playbooks | root_tty.yml | Tue Mar 27 23:51:06 2018 UTC |
| 2 | MCCF_EDI_TAS_Infrastructure.zip\MCCF_EDI_TAS_Infrastructure\mag_sys_build\playbooks | root_tty.yml | Tue May 8 03:19:07 2018 UTC |
| Description | Between Files 1 and 2 |
|
|---|---|---|
| Text Blocks | Lines | |
| Unchanged | 2 | 68 |
| Changed | 1 | 2 |
| Inserted | 0 | 0 |
| Removed | 0 | 0 |
| 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 |
No regular expressions were active.
| 1 | # Ansible Playbook | |
| 2 | # Erik van Oudheusde n PII - 28 Sep 2 017 | |
| 3 | # | |
| 4 | # Restrict Virtual C onsole Roo t Logins | |
| 5 | ||
| 6 | --- | |
| 7 | - name: Re strict Vir tual Conso le Root Lo gins | |
| 8 | hosts: r hel7 | |
| 9 | become: yes | |
| 10 | tasks: | |
| 11 | - name: Remove the existing Secure TTY file | |
| 12 | file: | |
| 13 | path : /etc/sec uretty | |
| 14 | stat e: absent | |
| 15 | - name: Create Sec ure TTY | |
| 16 | blocki nfile: | |
| 17 | path : /etc/sec uretty | |
| 18 | crea te: yes | |
| 19 | back up: yes | |
| 20 | mark er: "## {m ark} Added for VA CR ISP" | |
| 21 | owne r: root | |
| 22 | grou p: root | |
| 23 | mode : 0600 | |
| 24 | cont ent: | | |
| 25 | #T he primary system co nsole devi ce: | |
| 26 | co nsole | |
| 27 | #T he virtual console d evices: | |
| 28 | tt y1 | |
| 29 | tt y2 | |
| 30 | tt y3 | |
| 31 | tt y4 | |
| 32 | tt y5 | |
| 33 | tt y6 | |
| 34 | … | |
| 35 |
Araxis Merge (but not the data content of this report) is Copyright © 1993-2016 Araxis Ltd (www.araxis.com). All rights reserved.