aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMitchell Riedstra <mitch@riedstra.dev>2022-12-22 18:07:22 -0500
committerMitchell Riedstra <mitch@riedstra.dev>2022-12-22 18:07:22 -0500
commit2e1ba8372461484e937cc7b860720d6f52575856 (patch)
tree3bd5822928dda8284cf2250fbd36ab49c4445e01
parent22a2fb2d9d8783680c03088ca514c5dc3ca33126 (diff)
downloadnginx-master.tar.gz
nginx-master.tar.xz
Additional tagsHEADmaster
-rw-r--r--tasks/main.yml9
1 files changed, 9 insertions, 0 deletions
diff --git a/tasks/main.yml b/tasks/main.yml
index 225662f..7aab3e9 100644
--- a/tasks/main.yml
+++ b/tasks/main.yml
@@ -17,6 +17,7 @@
- "{{nginx_conf_dir}}"
- "{{nginx_conf_dir}}/conf.d"
tags:
+ - nginx-conf
- conf
- name: Create Robots directory
@@ -28,6 +29,7 @@
mode: "0755"
tags:
- robots
+ - nginx-conf
- conf
- name: Create Robots sub directory
file:
@@ -39,6 +41,7 @@
loop: '{{nginx_robots}}'
tags:
- robots
+ - nginx-conf
- conf
- name: 'Install {{item.name}} robots'
copy:
@@ -48,6 +51,7 @@
loop: '{{nginx_robots}}'
tags:
- robots
+ - nginx-conf
- conf
- name: Install Robots includes
copy:
@@ -60,6 +64,7 @@
loop: '{{nginx_robots}}'
tags:
- robots
+ - nginx-conf
- conf
- name: Install 'nginx.conf'
@@ -72,6 +77,7 @@
notify:
- Restart Nginx
tags:
+ - nginx-conf
- conf
- name: Install Nginx Snippets
@@ -85,6 +91,7 @@
when: 'nginx_includes is defined'
notify: Restart Nginx
tags:
+ - nginx-conf
- conf
- name: Install Nginx conf.d entires
@@ -98,6 +105,7 @@
when: 'nginx_confd is defined'
notify: Restart Nginx
tags:
+ - nginx-conf
- conf
- name: Install Htpasswd
@@ -108,5 +116,6 @@
group: "{{nginx_conf_group}}"
when: nginx_htpasswd is defined
tags:
+ - nginx-conf
- conf
- htpasswd