2191-CSEC465-Group6 / Lab4

Use DevOps tools to deploy software useful for security monitoring and auditing in an enterprise environment

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RIT CSEC465 Lab4 (Fall 2019)

License: 2-clause BSD License Build Status

Creating a new role using Ansible Molecule

To keep roles consistent, we are using Ansible Molecule to create and test our roles.

First, install Ansible Molecule

pip install --user molecule

Next, create a new role

molecule init role --role-name <your-new-role>

Then, remove the meta/ directory from your new role since we're not submitting our roles to Ansible Galaxy

rm -rf roles/<your-new-role>/meta/

About

Use DevOps tools to deploy software useful for security monitoring and auditing in an enterprise environment

License:BSD 2-Clause "Simplified" License


Languages

Language:Python 100.0%