From 2cc20bb1af8c123e01993fcaa82edc9da85464fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Bompard?= Date: Thu, 15 Oct 2020 17:51:21 +0200 Subject: [PATCH] Ipsilon: create a HBAC rule MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Aurélien Bompard --- roles/ipsilon/tasks/main.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/roles/ipsilon/tasks/main.yml b/roles/ipsilon/tasks/main.yml index 022c8abbba..e2f10afe0b 100644 --- a/roles/ipsilon/tasks/main.yml +++ b/roles/ipsilon/tasks/main.yml @@ -145,6 +145,22 @@ tags: - ipsilon +- name: Add the ipsilon HBAC service in IPA + ipahbacsvc: + name: ipsilon + description: Ipsilon authentication service + tags: + - ipsilon + +- name: Allow login through ipsilon + ipahbacrule: + name: ipsilon_login + description: Login through ipsilon + hbacsvc: + - ipsilon + tags: + - ipsilon + - name: Destroy admin ticket command: kdestroy -A tags: