Skip to content

Instantly share code, notes, and snippets.

View barrybritt-vertex's full-sized avatar

Barry Britt barrybritt-vertex

  • Vertex Software, LLC
View GitHub Profile
@barrybritt-vertex
barrybritt-vertex / nist.yml
Last active April 17, 2020 02:08
Centos 7.6 ansible playbook for NIST
---
- name: NIST 800-171 Security Configuration
hosts: all
become: true
# Vars
#########
vars:
sshd_idle_timeout_value: "600"
sshd_approved_macs: "hmac-sha2-512,hmac-sha2-256,hmac-sha1,hmac-sha1-etm@openssh.com,hmac-sha2-256-etm@openssh.com,hmac-sha2-512-etm@openssh.com"