Skip to content

Ansible : Configure Nginx as a reverse proxy (ideal to server docker containers on your machine)

License

Notifications You must be signed in to change notification settings

jorijinnall/ansible-role-nginx-reverse-proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Reverse Proxy

Introduction to this role

Install Nginx as a reverse proxy. The role also use letsencrypt to automatically create and renew certificates for the websites given

Configuration

Check defaults/main.yml to see the list of variables to use

The following variables are here to list the websites to create and where to redirect the flow

sites:
  - site_name: test.foo.bar
    site_port: 8080
    site_host: 127.0.0.1
    site_enabled: true

About

Ansible : Configure Nginx as a reverse proxy (ideal to server docker containers on your machine)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published