Skip to content

acodefella/ansible-security-ccsrch-pci-scan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ccsrch-pci-scan

This Ansible project consists of a playbook, which scan servers for PCI compliance. This works only on 64-bit Linux servers.

Prerequisites

Usage

Ansible

  • Specify your ssh user using the --user flag.
  • Specify your ssh target hosts using the --inventory-file flag.

Use Ansible to run the playbook against a target host of your choice:

ansible-playbook \
--user myUsername \
--ask-pass \
--ask-become-pass \
--inventory-file "<server-ip>," \
playbook.yml

Development

Vagrant

Use Vagrant to run the playbook and role and then check around:

vagrant up
vagrant ssh

About

Scans Linux servers for PCI compliance

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published