https://github.com/victorock/ansible-role-security
ansible-role-security
https://github.com/victorock/ansible-role-security
Last synced: 3 months ago
JSON representation
ansible-role-security
- Host: GitHub
- URL: https://github.com/victorock/ansible-role-security
- Owner: victorock
- License: gpl-3.0
- Created: 2017-09-22T12:38:40.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-04-29T00:41:31.000Z (about 7 years ago)
- Last Synced: 2025-01-11T06:10:09.438Z (4 months ago)
- Size: 21.5 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
security role
==============Description
-----------This role applies both RHEL7-STIG and RHEL7-CIS.
Defaults
------------
```YAML
rhel7cis_httpd_server: true
rhel7cis_ldap_server: true
rhel7cis_bind: true
rhel7cis_httpd: true
rhel7cis_named_server: true
rhel7cis_host_allow:
- "0.0.0.0/0"
```Example
-------Playbook: Security Hardening
```YAML
---
- name: "Security: Linux Hardening"
hosts: linux
become: truetasks:
- name: "victorock.security"
include_role:
name: victorock.security
tasks_from: run
```Authors
-------Victor da Costa