Skip to content

Commit

Permalink
Updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ComplianceAsCode development team authored and Carlos Matos committed Jul 19, 2021
1 parent 6f31284 commit 227c7f4
Showing 1 changed file with 18 additions and 15 deletions.
33 changes: 18 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,33 +1,34 @@
# PCI-DSS v3.2.1 Control Baseline for Red Hat Enterprise Linux 7

[![Build Status](https://travis-ci.org/RedHatOfficial/ansible-role-rhel7-pci-dss.svg?branch=master)](https://travis-ci.org/RedHatOfficial/ansible-role-rhel7-pci-dss)
[![Ansible Role](https://img.shields.io/ansible/role/39710.svg)](https://galaxy.ansible.com/RedHatOfficial/rhel7_pci_dss)
[![GitHub release](https://img.shields.io/github/release/RedHatOfficial/ansible-role-rhel7-pci-dss.svg)](https://github.com/RedHatOfficial/ansible-role-rhel7-pci-dss/releases/latest)

Ansible Role for PCI-DSS v3.2.1 Control Baseline for Red Hat Enterprise Linux 7
PCI-DSS v3.2.1 Control Baseline for Red Hat Enterprise Linux 7
=========

Ansible Role for PCI-DSS v3.2.1 Control Baseline for Red Hat Enterprise Linux 7

Profile Description:
Ensures PCI-DSS v3.2.1 security configuration settings are applied.

The tasks that are used in this role are generated using OpenSCAP.
See the OpenSCAP project for more details on Ansible playbook generation at [https://github.com/OpenSCAP/openscap](https://github.com/OpenSCAP/openscap)

To submit a fix or enhancement for an Ansible task that is failing or missing,
To submit a fix or enhancement for an Ansible task that is failing or missing in this role,
see the ComplianceAsCode project at [https://github.com/ComplianceAsCode/content](https://github.com/ComplianceAsCode/content)

# Requirements
Requirements
------------

- Ansible version 2.5 or higher

# Role Variables
Role Variables
--------------

To customize the role to your liking, check out the [list of variables](vars/main.yml).
To customize the role to your liking, check out the [list of variables](defaults/main.yml).

# Dependencies
Dependencies
------------

N/A

# Example Playbook
Example Role Usage
----------------

Run `ansible-galaxy install RedHatOfficial.rhel7_pci_dss` to
download and install the role. Then, you can use the following playbook snippet to run the Ansible role:
Expand All @@ -44,11 +45,13 @@ To deploy it, use (this may change configuration of your local machine!):

ansible-playbook -i "localhost," -c local playbook.yml

# License
License
-------

BSD-3-Clause

# Author Information
Author Information
------------------

This Ansible remediation role has been generated from the body of security
policies developed by the ComplianceAsCode project. Please see
Expand Down

0 comments on commit 227c7f4

Please sign in to comment.