Download:
child 11:4dcb8d9d09dc
parent 9:72c6ce33de6f
10:dcbe70128e6a
Anton Shestakov <av6@dwimlabs.net>, Fri, 30 Jun 2017 10:09:07 +0800
the most tiniest tweaks

1 файлов изменено, 3 вставок(+), 3 удалений(-) [+]
roles/nginx/tasks/main.yml file | annotate | diff | comparison | revisions
--- a/roles/nginx/tasks/main.yml Mon Jun 27 17:38:13 2016 +0800
+++ b/roles/nginx/tasks/main.yml Fri Jun 30 10:09:07 2017 +0800
@@ -4,9 +4,9 @@
pkg: '{{ item }}'
state: present
with_items:
- - easy-rsa # for munin certificate auth
+ - easy-rsa # for munin certificate auth
- nginx-full
- - libwww-perl # for munin plugins
+ - libwww-perl # for munin plugins
tags: [packages, inert]
- name: Disable default site
@@ -16,7 +16,7 @@
notify:
- restart nginx
-- name: Add nginx status server
+- name: Add Nginx status server
copy:
src: etc/nginx/sites-available/nginx_status
dest: /etc/nginx/sites-available/nginx_status