From 4ac2b7302901f0d2ea1eb0ae5bb98dc23a62ed62 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Thu, 11 May 2023 13:14:15 -0700 Subject: [PATCH] odcs: move vpn to frontend Signed-off-by: Kevin Fenzi --- playbooks/groups/odcs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/playbooks/groups/odcs.yml b/playbooks/groups/odcs.yml index e3307c650b..d5f4840556 100644 --- a/playbooks/groups/odcs.yml +++ b/playbooks/groups/odcs.yml @@ -18,8 +18,6 @@ - rkhunter - nagios_client - hosts - # openvpn on the prod frontend nodes - - { role: openvpn/client, when: "'odcs_frontend' in group_names" } - ipa/client - rsyncd - sudo @@ -42,6 +40,8 @@ - "{{ vars_path }}/{{ ansible_distribution }}.yml" roles: + # openvpn on the prod frontend nodes + - { role: openvpn/client, when: env != "staging" } - role: rabbit/user username: "odcs{{ env_suffix }}" sent_topics: ^org\.fedoraproject\.{{ env_short }}\.odcs\..*