Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/linsomniac/ansible-skeleton

Fully-featured Ansible example configuration and tasks set.
https://github.com/linsomniac/ansible-skeleton

Last synced: 11 days ago
JSON representation

Fully-featured Ansible example configuration and tasks set.

Awesome Lists containing this project

README

        

Ansible Skeleton Project
========================

This is a project that provides an example of an Ansible automation
system with all the features demonstrated. It should provide a good
starting place for creating your own system automation, rather than
having to start from scratch and some documentation.

Getting Started
---------------

To customize this project:

- Copy this project into "/etc/ansible", **or** copy
"/etc/ansible/ansible.conf" into this directory.

- Modify the "hosts" file.

- Customize "site.yml".

- Customize "tasks/common/main.yml".