/ansible-guide

A guide to Ansible following our best practice

Primary LanguagePython

ANSIBLE GUIDE

This repository provides an example project with the Ansible roles of Adfinis SyGroup AG. In additional, it contains a guide to Ansible, written with Sphinx Documentation.

Documentation is available here.

Ansible Guide status:

https://img.shields.io/travis/adfinis-sygroup/ansible-guide.svg?style=flat-square

Ansible Roles status:

https://img.shields.io/travis/adfinis-sygroup/ansible-roles.svg?style=flat-square

BUILD THE DOCUMENTATION

To build the documentation, which is provided with this repository, you need to install Sphinx Documentation.

TEST ENVIRONMENT

Beyond the documentation this repository is also an example project and test environment. To use the test environment, there are some dependencies:

  • vagrant
  • virtualbox
  • internet connection
  • vagrant boxes
    • adsy-debian-7
    • adsy-debian-8
    • adsy-debian-9
    • adsy-centos-6
    • adsy-centos-7
    • adsy-ubuntu-14
    • adsy-ubuntu-16

To run the test environment use make test.

REFERENCE