Summary
git Use ID
Majic Ansible Roles is a collection of Ansible roles that are used on regular basis for deployment and maintenance of Majic infrastructure.
There are no downloads yet
Quick Start

Push new repository

git clone https://code.majic.rs/majic-ansible-roles
git add README # add first file
git commit -m "Initial" # commit with message
git push origin master # push changes back
                

Existing repository?

git remote add origin https://code.majic.rs/majic-ansible-roles
git push -u origin master