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
                

Majic Ansible Roles

Majic Ansible Roles is a collection of Ansible roles that are used on regular basis for deployment and maintenance of Majic infrastructure.

The roles are kept as a separate project in hope of making them potentially useful to wider audience, and for reference purposes.

Roles cover different aspects of infrastructure, such as mail servers, web servers, web applications etc. The roles are mainly well-suited for smaller installations.

License

Majic Ansible Roles is released under terms of BSD (3-Clause) License. See the LICENSE file for more details.