From fb809fadc79115c980aacf36be3e37f9dbf3ea95 Mon Sep 17 00:00:00 2001 From: Seth Vidal Date: Thu, 6 Jun 2013 15:47:05 +0000 Subject: [PATCH] disable fireball mode --- playbooks/groups/mirrorlist.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/playbooks/groups/mirrorlist.yml b/playbooks/groups/mirrorlist.yml index dbc9e19162..105073996d 100644 --- a/playbooks/groups/mirrorlist.yml +++ b/playbooks/groups/mirrorlist.yml @@ -21,15 +21,15 @@ # set up the fireball transport -- hosts: mirrorlist - gather_facts: no - connection: ssh - tasks: - - action: fireball +#- hosts: mirrorlist +# gather_facts: no +# connection: ssh +# tasks: +# - action: fireball - name: make the box be real hosts: mirrorlist - connection: fireball +# connection: fireball user: root gather_facts: True