clean up after lots of trials

This commit is contained in:
Miroslav Suchý 2015-03-30 12:49:27 +00:00
parent bf9d205bc6
commit 8fb386ddd8
2 changed files with 0 additions and 3 deletions

View file

@ -17,7 +17,6 @@
tasks:
- include: "{{ tasks }}/persistent_cloud_new.yml"
- include: "{{ tasks }}/growroot_cloud.yml"
- debug: msg="DBG2 {{copr_hostbase}}"
- name: cloud basic setup
hosts: 209.132.184.53
@ -32,7 +31,6 @@
- "/srv/private/ansible/vars.yml"
tasks:
- debug: msg="DBG3 {{copr_hostbase}}"
- include: "{{ tasks }}/cloud_setup_basic.yml"
- name: set hostname (required by some services, at least postfix need it)

View file

@ -34,7 +34,6 @@
register: host_is_up
ignore_errors: true
- debug: msg="DBG1 {{inventory_tenant}}"
- name: spin UP VM using nova_compute
#delegate_to: 127.0.0.1
sudo: False