Skip to content

Latest commit

 

History

History
63 lines (42 loc) · 1.65 KB

README.rst

File metadata and controls

63 lines (42 loc) · 1.65 KB

ANSIBLE GUIDE

https://img.shields.io/badge/License-CC%20BY--SA%204.0-lightgrey.svg?style=flat-square

This repository provides an example project for 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/master.svg?style=flat-square

Ansible Roles status:

https://img.shields.io/travis/adfinis-sygroup/ansible-roles/master.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