diff options
| author | Stephen Smoogen <smooge@redhat.com> | 2014-05-29 23:03:01 +0000 |
|---|---|---|
| committer | Stephen Smoogen <smooge@redhat.com> | 2014-05-29 23:03:01 +0000 |
| commit | ab655882cc062fd5456ed3fa7ffc78b73a271fc3 (patch) | |
| tree | 330d7ab1bec085d0500056d3c4ce418d21058e2c | |
| parent | cd9c250f90a429da91d6cfc4ba7a18e1ae180ee2 (diff) | |
hey lets see if I can break another box
| -rw-r--r-- | playbooks/groups/download.yml | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/playbooks/groups/download.yml b/playbooks/groups/download.yml index f9a44e2f5..bbe6ffe85 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 |
