From 273a97bffa84bab588f317bd59ec69183ff77071 Mon Sep 17 00:00:00 2001 From: Nils Philippsen Date: Fri, 19 Mar 2021 17:25:38 +0100 Subject: [PATCH] ipa/client: enable for blockerbugs in prod Signed-off-by: Nils Philippsen --- inventory/group_vars/blockerbugs | 4 +--- playbooks/groups/blockerbugs.yml | 5 +---- 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/inventory/group_vars/blockerbugs b/inventory/group_vars/blockerbugs index ce06bb3d1f..93d8848d6e 100644 --- a/inventory/group_vars/blockerbugs +++ b/inventory/group_vars/blockerbugs @@ -11,9 +11,7 @@ tcp_ports: [ 80, 443, 8888 ] # Neeed for rsync from log01 for logs. custom_rules: [ '-A INPUT -p tcp -m tcp -s 10.3.163.39 --dport 873 -j ACCEPT', '-A INPUT -p tcp -m tcp -s 192.168.1.59 --dport 873 -j ACCEPT' ] -fas_client_groups: sysadmin-noc,fi-apprentice,sysadmin-qa,sysadmin-veteran -sudoers: "{{ private }}/files/sudo/qadevel-sudoers" - +primary_auth_source: ipa ipa_host_group: blockerbugs ipa_host_group_desc: Blocker bug tracking service ipa_client_shell_groups: diff --git a/playbooks/groups/blockerbugs.yml b/playbooks/groups/blockerbugs.yml index 8779040d34..9f9d4e3744 100644 --- a/playbooks/groups/blockerbugs.yml +++ b/playbooks/groups/blockerbugs.yml @@ -16,8 +16,7 @@ - rkhunter - nagios_client - hosts - - { role: fas_client, when: env != "staging" } - - { role: ipa/client, when: env == "staging" } + - ipa/client - collectd/base - sudo - rsyncd @@ -30,8 +29,6 @@ - import_tasks: "{{ tasks_path }}/yumrepos.yml" tasks: - - import_tasks: "{{ tasks_path }}/2fa_client.yml" - when: env != "staging" - import_tasks: "{{ tasks_path }}/motd.yml" handlers: