Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jharley/ansible-example-appserver
This Ansible role is intended to represent a trivial web application server
https://github.com/jharley/ansible-example-appserver
ansible ansible-role molecule testinfra
Last synced: 28 days ago
JSON representation
This Ansible role is intended to represent a trivial web application server
- Host: GitHub
- URL: https://github.com/jharley/ansible-example-appserver
- Owner: jharley
- License: apache-2.0
- Created: 2017-11-07T19:07:36.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-11-08T16:10:42.000Z (about 7 years ago)
- Last Synced: 2024-10-12T01:20:56.973Z (3 months ago)
- Topics: ansible, ansible-role, molecule, testinfra
- Language: Python
- Size: 9.77 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
An example appserver role
=========================This Ansible role is intended to represent a trivial web application server
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
--------------None.
Dependencies
------------None.
Example Playbook
----------------```yaml
- hosts: all
roles:
- { role: ansible-example-appserver }
```License
-------Apache License 2.0
Author Information
------------------Jason Harley - [email protected]