Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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]