Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jharley/ansible-example-base
This Ansible role is intended to represent an automation baseline for an organization or corporation.
https://github.com/jharley/ansible-example-base
ansible ansible-role molecule testinfra
Last synced: 9 days ago
JSON representation
This Ansible role is intended to represent an automation baseline for an organization or corporation.
- Host: GitHub
- URL: https://github.com/jharley/ansible-example-base
- Owner: jharley
- License: apache-2.0
- Created: 2017-11-05T19:37:37.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-05-31T20:45:44.000Z (over 6 years ago)
- Last Synced: 2024-10-12T01:21:17.315Z (2 months ago)
- Topics: ansible, ansible-role, molecule, testinfra
- Language: Python
- Homepage:
- Size: 13.7 KB
- Stars: 4
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
An example base role
====================This Ansible role is intended to represent an automation baseline for an orgainzation or corporation.
The role is tested by [Molecule](https://molecule.readthedocs.io/en/latest/) and [TestInfra](http://testinfra.readthedocs.io/en/latest/index.html).
This repository was created as part of a presentation given to the DevOps Toronto monthly meetup on Nov. 7, 2017. Slides from the talk are available [here](https://www.slideshare.net/JasonHarley3/building-immutable-machine-images-with-packer-and-ansible).
Requirements
------------* Ansible 2.4
Role Variables
--------------The variable that can be passed to this role and a brief description of them follows:
* `install_oracle_jdk` - a boolean to determine if the Oracle JDK should be installed (default: `true`)
Dependencies
------------None.
Example Playbook
----------------```yaml
- hosts: all
roles:
- { role: ansible-example-base }
```License
-------Apache License 2.0
Author Information
------------------Jason Harley - [email protected]