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
Install
ansible-galaxy install amaabca.nginxLicense
Unknown
Downloads
182
