Skip to content

lordoftheflies/ansible-role-reverse-proxy

Repository files navigation

title description
Role for reverse-proxy
Ansible Role for setup reverse-proxy per VPS node.

Ansible Role: Reverse-proxy

Ansible Role for setup reverse-proxy per VPS node.

Status

Build Status

Version

GitHub Release Date

time tracker

Description

Reverse-proxy is an Ansible Role used to setup and maintain production grade services.

Roadmap

References

Requirements

Production

  • Ansible

Variables

Webserver type

Set type of used webserver. Values: apache2 or nginx

  ansible_role_reverse_proxy_webserver: apache2

Testing

For Local Testing

Testing with Molecule

molecule test

Testing with Vagrant

To test with all VM's defined in Vagrantfile run the following:

cd roles/reverse-proxy
vagrant up

To run on a specific VM's

vagrant up xenial

Authors

License

Apache 2.0

NOTE: Role generated using ansible-role-skeleton