From ab655882cc062fd5456ed3fa7ffc78b73a271fc3 Mon Sep 17 00:00:00 2001 From: Stephen Smoogen Date: Thu, 29 May 2014 23:03:01 +0000 Subject: [PATCH] hey lets see if I can break another box --- playbooks/groups/download.yml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/playbooks/groups/download.yml b/playbooks/groups/download.yml index f9a44e2f51..bbe6ffe852 100644 --- a/playbooks/groups/download.yml +++ b/playbooks/groups/download.yml @@ -1,3 +1,22 @@ +- name: make secondary download virt + hosts: download-ibiblio + user: root + + gather_facts: False + accelerate: "{{ accelerated }}" + + vars_files: + - /srv/web/infra/ansible/vars/global.yml + - "{{ private }}/vars.yml" + - /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml + + tasks: + - include: "{{ tasks }}/virt_instance_create.yml" + + handlers: + - include: "{{ handlers }}/restart_services.yml" + + - name: Download servers hosts: download user: root @@ -15,6 +34,7 @@ handlers: - include: "{{ handlers }}/restart_services.yml" + - name: post-initial-steps hosts: download user: root