Skip to content

Commit

Permalink
no message
Browse files Browse the repository at this point in the history
  • Loading branch information
Olli Tyynelä committed Nov 6, 2015
1 parent e9aa607 commit bde879c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions defaults/main.yml
Expand Up @@ -2,6 +2,9 @@
# Used only for Debian/Ubuntu installation, as the -t option for apt.
nginx_default_release: ""

# you can use this to override the default file with the help of {{ inventory_dir }}
nginx_conf_file: "nginx.conf.j2"

nginx_worker_processes: "1"
nginx_worker_connections: "1024"

Expand Down
2 changes: 1 addition & 1 deletion tasks/main.yml
Expand Up @@ -18,7 +18,7 @@
# Nginx setup.
- name: Copy nginx configuration in place.
template:
src: nginx.conf.j2
src: "{{ nginx_conf_file }}"
dest: /etc/nginx/nginx.conf
owner: root
group: root
Expand Down

0 comments on commit bde879c

Please sign in to comment.