From 29aa38add08a0168a7e22f8a5c354ce7f6bc4dbb 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 torrent in prod Signed-off-by: Nils Philippsen --- inventory/group_vars/torrent | 2 +- playbooks/groups/torrent.yml | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/inventory/group_vars/torrent b/inventory/group_vars/torrent index 2c6510ce58..fe7e2feb24 100644 --- a/inventory/group_vars/torrent +++ b/inventory/group_vars/torrent @@ -7,7 +7,7 @@ num_cpus: 2 tcp_ports: [ 53, 80, 443, 873, "6881:6999" ] udp_ports: [ 53 ] -fas_client_groups: sysadmin-web,torrentadmin,sysadmin-noc,torrent-cc,fi-apprentice,sysadmin-veteran +primary_auth_source: ipa ipa_host_group: torrent ipa_host_group_desc: BitTorrent trackers ipa_client_shell_groups: diff --git a/playbooks/groups/torrent.yml b/playbooks/groups/torrent.yml index 8d1493e74c..284e629d95 100644 --- a/playbooks/groups/torrent.yml +++ b/playbooks/groups/torrent.yml @@ -15,8 +15,7 @@ - hosts - rkhunter - nagios_client - - { role: ipa/client, when: env == "staging" } - - { role: fas_client, when: env != "staging" } + - ipa/client - collectd/base - rsyncd - sudo @@ -36,7 +35,6 @@ - import_tasks: "{{ tasks_path }}/yumrepos.yml" tasks: - - import_tasks: "{{ tasks_path }}/2fa_client.yml" - import_tasks: "{{ tasks_path }}/motd.yml" handlers: