From 6e6820805d914ef2186dd4262a7690aa3be2fcac Mon Sep 17 00:00:00 2001 From: Victor LABORIE Date: Fri, 19 Oct 2018 10:31:45 +0200 Subject: [PATCH] nginx: add tag for ips management --- CHANGELOG.md | 1 + nginx/tasks/main_regular.yml | 3 +++ 2 files changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 27e6e8ae..0550b77e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ The **patch** part changes incrementally at each release. ## [Unreleased] ### Added +nginx: add tag for ips management ### Changed diff --git a/nginx/tasks/main_regular.yml b/nginx/tasks/main_regular.yml index 559bc5d1..3168529a 100644 --- a/nginx/tasks/main_regular.yml +++ b/nginx/tasks/main_regular.yml @@ -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: