Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 769 Bytes

README.md

File metadata and controls

21 lines (17 loc) · 769 Bytes

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/