Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/adfinis/ansible-guide
- Owner: adfinis
- License: cc-by-sa-4.0
- Created: 2017-10-30T12:04:21.000Z (about 7 years ago)
- Default Branch: main
- Last Pushed: 2024-07-15T09:31:37.000Z (4 months ago)
- Last Synced: 2024-07-15T11:24:36.288Z (4 months ago)
- Topics: ansible, ansible-playbook, best-practices, documentation, guidelines
- Language: Python
- Homepage: https://adfinis.github.io/ansible-guide/
- Size: 3.88 MB
- Stars: 5
- Watchers: 12
- Forks: 9
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```