hey lets see if I can break another box

This commit is contained in:
Stephen Smoogen 2014-05-29 23:03:01 +00:00
parent cd9c250f90
commit ab655882cc

View file

@ -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