amaabca.nginx

Ansible-Nginx

This role sets up an nginx web server on Ubuntu with SSL.

Role Variables

Store the following in a vault file:

ssl_private_key: |
-----BEGIN RSA PRIVATE KEY----
...
-----END RSA PRIVATE KEY----
app_name: my_app
nginx_template_path: /path/to/my/template

Example Playbook

ansible-playbook tests/test.yml -i your_inventory_file

How to include this role:

- hosts: servers
  roles:
    - ansible-nginx

License

MIT

Author Information

www.ama.ab.ca, webmaster@ama.ab.ca

About

Base Nginx Configuration for Ubuntu

Install
ansible-galaxy install amaabca.nginx
GitHub repository
License
Unknown
Downloads
182