jharley / ansible-example-appserver

This Ansible role is intended to represent a trivial web application server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

An example appserver role

This Ansible role is intended to represent a trivial web application server

The role is tested by Molecule and TestInfra.

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.

Requirements

  • Ansible 2.4

Role Variables

None.

Dependencies

None.

Example Playbook

    - hosts: all
      roles:
         - { role: ansible-example-appserver }

License

Apache License 2.0

Author Information

Jason Harley - jharley@redmind.ca

About

This Ansible role is intended to represent a trivial web application server

License:Apache License 2.0


Languages

Language:Python 90.8%Language:HTML 9.2%