Tag these tasks.
This commit is contained in:
parent
cd0cef7b04
commit
fcc9bfe312
1 changed files with 6 additions and 2 deletions
|
@ -190,11 +190,15 @@
|
||||||
- template: src=taiga-http.nginx dest=/etc/nginx/conf.d/taiga-http.conf
|
- template: src=taiga-http.nginx dest=/etc/nginx/conf.d/taiga-http.conf
|
||||||
mode=0644 owner=nginx group=nginx
|
mode=0644 owner=nginx group=nginx
|
||||||
notify: restart nginx
|
notify: restart nginx
|
||||||
tags: taiga
|
tags:
|
||||||
|
- taiga
|
||||||
|
- nginx
|
||||||
- template: src=taiga-ssl.nginx dest=/etc/nginx/conf.d/taiga-ssl.conf
|
- template: src=taiga-ssl.nginx dest=/etc/nginx/conf.d/taiga-ssl.conf
|
||||||
mode=0644 owner=nginx group=nginx
|
mode=0644 owner=nginx group=nginx
|
||||||
notify: restart nginx
|
notify: restart nginx
|
||||||
tags: taiga
|
tags:
|
||||||
|
- taiga
|
||||||
|
- nginx
|
||||||
|
|
||||||
# Add nginx to the taiga group so it gets rights to read all our static stuff
|
# Add nginx to the taiga group so it gets rights to read all our static stuff
|
||||||
- user: name=nginx groups=taiga append=yes
|
- user: name=nginx groups=taiga append=yes
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue