Skip to content

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

License

Notifications You must be signed in to change notification settings

2191-CSEC465-Group6/Lab4

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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/

Releases

No releases published

Packages

No packages published

Languages