From 760bf0563da0edd27540b8359109122fc8218973 Mon Sep 17 00:00:00 2001 From: Adam Miller Date: Fri, 18 Oct 2019 10:45:12 -0500 Subject: [PATCH 1/3] add ansible-security/ids_rule tenant and github project Signed-off-by: Adam Miller --- github/projects.yaml | 2 ++ zuul/tenants.yaml | 1 + 2 files changed, 3 insertions(+) diff --git a/github/projects.yaml b/github/projects.yaml index 91ac821c..8b218a8f 100644 --- a/github/projects.yaml +++ b/github/projects.yaml @@ -78,5 +78,7 @@ description: Ansible role to provide configuration Intrusion Detection Systems - project: ansible-security/ids_install description: Ansible role to install configuration Intrusion Detection Systems +- project: ansible-security/ids_rule + description: Ansible role to manage Intrusion Detection Systems signature rules - project: ansible/network description: Ansible collection for network devices diff --git a/zuul/tenants.yaml b/zuul/tenants.yaml index c2f59fdd..59d44bd7 100644 --- a/zuul/tenants.yaml +++ b/zuul/tenants.yaml @@ -60,6 +60,7 @@ - ansible-network/yang - ansible-security/ids_config - ansible-security/ids_install + - ansible-security/ids_rule # Don't load any configuration from these projects because we # don't gate them, so they could wedge our config. From aeff19bf44eb478b5582f8e1df3446544dd15979 Mon Sep 17 00:00:00 2001 From: Adam Miller Date: Thu, 7 Nov 2019 10:42:43 -0600 Subject: [PATCH 2/3] fix missing --- in .yammlint Signed-off-by: Adam Miller --- .yamllint | 1 + 1 file changed, 1 insertion(+) diff --git a/.yamllint b/.yamllint index 2ceb272f..6f0d12b3 100644 --- a/.yamllint +++ b/.yamllint @@ -1,3 +1,4 @@ +--- extends: default ignore: | From 50b8662fa712b4b5850faf4f5bd30816d2e1d923 Mon Sep 17 00:00:00 2001 From: Adam Miller Date: Thu, 7 Nov 2019 11:04:31 -0600 Subject: [PATCH 3/3] Revert "fix missing --- in .yammlint" Revert this in favor of https://github.com/ansible/project-config/pull/232 This reverts commit aeff19bf44eb478b5582f8e1df3446544dd15979. --- .yamllint | 1 - 1 file changed, 1 deletion(-) diff --git a/.yamllint b/.yamllint index 6f0d12b3..2ceb272f 100644 --- a/.yamllint +++ b/.yamllint @@ -1,4 +1,3 @@ ---- extends: default ignore: |