From caa442e694e78743d28f5bc9dc70e47aa87581b1 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Mon, 25 May 2020 12:41:11 -0700 Subject: [PATCH] iad2: pkgs playbook: use group instead of hard coding pkgs02 Signed-off-by: Kevin Fenzi --- playbooks/groups/pkgs.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/playbooks/groups/pkgs.yml b/playbooks/groups/pkgs.yml index 5d637c675c..e50bf2ac04 100644 --- a/playbooks/groups/pkgs.yml +++ b/playbooks/groups/pkgs.yml @@ -1,7 +1,7 @@ -- import_playbook: "/srv/web/infra/ansible/playbooks/include/virt-create.yml myhosts=pkgs_stg:pkgs02.phx2.fedoraproject.org" +- import_playbook: "/srv/web/infra/ansible/playbooks/include/virt-create.yml myhosts=pkgs_stg:pkgs" - name: make the box be real - hosts: pkgs_stg:pkgs02.phx2.fedoraproject.org + hosts: pkgs_stg:pkgs user: root gather_facts: True @@ -36,7 +36,7 @@ - import_tasks: "{{ handlers_path }}/restart_services.yml" - name: setup users on pkgs - hosts: pkgs_stg:pkgs02.phx2.fedoraproject.org + hosts: pkgs_stg:pkgs user: root gather_facts: True @@ -52,7 +52,7 @@ ## The above should be deleted when we rebuild pkgs02 in future. - name: setup dist-git on the box - hosts: pkgs_stg:pkgs02.phx2.fedoraproject.org + hosts: pkgs_stg:pkgs user: root gather_facts: True @@ -89,7 +89,7 @@ - import_tasks: "{{ handlers_path }}/restart_services.yml" - name: setup fedmsg on pkgs - hosts: pkgs02.phx2.fedoraproject.org + hosts: pkgs user: root gather_facts: True