From 1627545f53bf9a1135506d299f66d811fa79b95a Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Wed, 26 Jun 2024 11:52:38 -0700 Subject: [PATCH] people: only install old planet on old people Signed-off-by: Kevin Fenzi --- playbooks/groups/people.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/playbooks/groups/people.yml b/playbooks/groups/people.yml index e0c5a44411..f4b5f3e490 100644 --- a/playbooks/groups/people.yml +++ b/playbooks/groups/people.yml @@ -72,12 +72,13 @@ - cgit/clean_lock_cron - cgit/make_pkgs_list - clamav - - planet - - { role: letsencrypt, site_name: 'fedoraplanet.org' } + - { role: planet, when: inventory_hostname.startswith('people02') } + - { role: letsencrypt, site_name: 'fedoraplanet.org', when: inventory_hostname.startswith('people02') } - git/server - role: rabbit/user username: "planet{{ env_suffix }}" sent_topics: ^org\.fedoraproject\.{{ env_short }}\.(planet|logger)\..* + when: when: inventory_hostname.startswith('people02') - role: apache