Drop 16 lines that we can collapse into one line.

This commit is contained in:
Kevin Fenzi 2015-08-18 19:26:55 +00:00
parent f8c898cce3
commit facc6b217c
75 changed files with 76 additions and 1141 deletions

View file

@ -1,18 +1,4 @@
- name: make logs server
hosts: log01.phx2.fedoraproject.org
user: root
gather_facts: False
vars_files:
- /srv/web/infra/ansible/vars/global.yml
- "/srv/private/ansible/vars.yml"
- /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml
tasks:
- include: "{{ tasks }}/virt_instance_create.yml"
handlers:
- include: "{{ handlers }}/restart_services.yml"
- include: "/srv/web/infra/ansible/playbooks/include/virt-create.yml myhosts=log01.phx2.fedoraproject.org"
- name: make the box be real
hosts: log01.phx2.fedoraproject.org