Skip to content

Files

Latest commit

 

History

History
26 lines (20 loc) · 553 Bytes

README.md

File metadata and controls

26 lines (20 loc) · 553 Bytes

Easily deploy security checks to servers

Installation

In order to properly run this, you need to install ansible:

With package manager:

sudo apt-get install ansible

With pip:

pip install ansible

You will also need sshpass:

sudo apt-get install sshpass

Usage

  1. Generate public and private keys and place them in the keys/ folder
  2. Add a password in the keys/pass.txt file.
  3. Modify inventory file with hosts and default username/password
  4. Run the playbook: ansible-playbook <playbook> -i inventory.ini