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: about 2 months 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 (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-08T16:10:42.000Z (over 8 years ago)
- Last Synced: 2025-08-31T16:45:21.404Z (10 months ago)
- Topics: ansible, ansible-role, molecule, testinfra
- Language: Python
- Size: 9.77 KB
- Stars: 3
- Watchers: 1
- 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 - jharley@redmind.ca