hey lets see if I can break another box
This commit is contained in:
parent
cd9c250f90
commit
ab655882cc
1 changed files with 20 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue