nginx: add tag for ips management

This commit is contained in:
Victor LABORIE 2018-10-19 10:31:45 +02:00
parent 79aceac380
commit 6e6820805d
2 changed files with 4 additions and 0 deletions

View file

@ -11,6 +11,7 @@ The **patch** part changes incrementally at each release.
## [Unreleased]
### Added
nginx: add tag for ips management
### Changed

View file

@ -49,6 +49,7 @@
notify: reload nginx
tags:
- nginx
- ips
- name: add IP addresses to private IP whitelist
lineinfile:
@ -59,6 +60,7 @@
notify: reload nginx
tags:
- nginx
- ips
- name: remove IP addresses from private IP whitelist
lineinfile:
@ -69,6 +71,7 @@
notify: reload nginx
tags:
- nginx
- ips
- name: Copy private_htpasswd
copy: