Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/adfinis/ansible-guide

A guide to Ansible following our best practices
https://github.com/adfinis/ansible-guide

ansible ansible-playbook best-practices documentation guidelines

Last synced: 9 days ago
JSON representation

A guide to Ansible following our best practices

Awesome Lists containing this project

README

        

# Ansible Guide

This repository contains the Ansible guidelines and best practices used by
Adfinis. The documentation is written with
[Sphinx](http://www.sphinx-doc.org/).

In addition it includes the README and default values of all Ansible roles
available in the Adfinis Galaxy namespace.

The rendered documentation is available here:

* https://adfinis.github.io/ansible-guide

## Dependencies

To build the documentation you need to install `Sphinx`.

## Build

* Generate documentation:

```sh
make doc
```