ansible-nginx icon indicating copy to clipboard operation
ansible-nginx copied to clipboard

Install and manage nginx webserver

Results 18 ansible-nginx issues
Sort by recently updated
recently updated
newest added

Does this work with Ansible 2? https://github.com/ansible/ansible/blob/devel/CHANGELOG.md

I need to change logrotate to rotate the nginx logs daily. I know I can do that with `debops.logrotate`. That said, does it make sense to have the role manage...

Hello @drybjed When you have the time, take a look at this project: https://github.com/h5bp/server-configs-nginx What do you think the role debops.nginx be based (usign your snippets) in this excellent project?...

I'm struggling to find a way to realize server configurations that are defined in the group vars of multiple groups but where the inventory maps these groups to the same...

I am using debops and bootstrapped a single node from my local controll machine. I have added some host_vars for a specific host in order to add another nginx config,...

Hey! I was wondering if it would be a good idea to compile the Nginx Pagespeed version by default: https://github.com/pagespeed/ngx_pagespeed Is there any drawbacks or would it be a good...

We started talking about this on IRC. The problem seems to stem from the fact that debops picks an http or https site and stores it in facts. In subsequent...

whenever I run the nginx role, it seems to avoid the nginx_servers variable I've set. It looks like this: ``` nginx_servers: - enabled: True name: [ 'hmsvr' ] type: 'custom'...