https://github.com/oxhobbs/ansible_struct
https://github.com/oxhobbs/ansible_struct
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/oxhobbs/ansible_struct
- Owner: OxHobbs
- Created: 2018-07-06T17:15:26.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-07-06T17:22:39.000Z (almost 7 years ago)
- Last Synced: 2025-01-22T09:51:21.838Z (4 months ago)
- Language: Python
- Size: 15.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Phonebook Sample
## Description
This is a sample repository built from open source sample code to demonstrate a basic Ansible project directory structure. It has two roles and are used by two different playbooks, one custom module and Azure Enabled dynamic inventory.## Variables
*group_vars/all.yml*
`primary_azure_region` Specifies the Azure region that is primary for the resources in the project.
## ChangeLog
#### v0.3.0
- Refactored azure role into modular format.#### v0.2.0
- Refactored phonebook role into a more modular format.#### v0.1.0
- Initial release