Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/linsomniac/ansible-skeleton
- Owner: linsomniac
- Created: 2014-09-08T23:26:28.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-12-08T17:54:50.000Z (almost 9 years ago)
- Last Synced: 2023-03-11T11:42:36.581Z (over 1 year ago)
- Language: Python
- Size: 10.7 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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".