From 13d4e263d31369dc125af48d6eb6383278402081 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Tue, 19 Aug 2014 15:56:55 +0000 Subject: [PATCH] Clean up retrace playbook, make it general for arm/non arm. --- inventory/inventory | 4 +++- playbooks/groups/{arm-retrace.yml => retrace.yml} | 7 ++----- 2 files changed, 5 insertions(+), 6 deletions(-) rename playbooks/groups/{arm-retrace.yml => retrace.yml} (79%) diff --git a/inventory/inventory b/inventory/inventory index cb5f76893b..5d97721832 100644 --- a/inventory/inventory +++ b/inventory/inventory @@ -25,8 +25,10 @@ arm03-qa01.cloud.fedoraproject.org arm01-releng00.arm.fedoraproject.org compose-x86-02.phx2.fedoraproject.org -[arm-retrace] +[retrace] arm01-retrace01.arm.fedoraproject.org +retrace03.qa.fedoraproject.org +retrace04.qa.fedoraproject.org [app-stg] app01.stg.phx2.fedoraproject.org diff --git a/playbooks/groups/arm-retrace.yml b/playbooks/groups/retrace.yml similarity index 79% rename from playbooks/groups/arm-retrace.yml rename to playbooks/groups/retrace.yml index 29617a4af1..854bc0c898 100644 --- a/playbooks/groups/arm-retrace.yml +++ b/playbooks/groups/retrace.yml @@ -1,10 +1,8 @@ -- name: Setup arm-retrace hosts - hosts: arm-retrace +- name: Setup retrace hosts + hosts: retrace user: root gather_facts: True - tags: - - arm-retrace vars_files: - /srv/web/infra/ansible/vars/global.yml @@ -21,7 +19,6 @@ - sudo tasks: - # this is how you include other task lists - include: "{{ tasks }}/2fa_client.yml" - include: "{{ tasks }}/motd.yml" - include: "{{ tasks }}/common_scripts.yml"