Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 289 Bytes

CONTRIBUTE.md

File metadata and controls

12 lines (10 loc) · 289 Bytes

Create your own branch for each box

git clone git@gitlab.ritsec.club:ists/17/bluemangroup.git
cd blueman group
git checkout -b <box_name>

Intitialize a new role for each service you're configuring

ansible-galaxy init --init-path=roles/ <box_name>-<service>-deploy