From 29864b8d57992f15cf707985336caeb578cbef85 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Mon, 25 Nov 2013 21:25:33 +0000 Subject: [PATCH] Add accel, clean up old fireball stuff --- playbooks/groups/mirrorlist.yml | 15 ++------------- 1 file changed, 2 insertions(+), 13 deletions(-) diff --git a/playbooks/groups/mirrorlist.yml b/playbooks/groups/mirrorlist.yml index 27f8401dfe..b1004eeb0a 100644 --- a/playbooks/groups/mirrorlist.yml +++ b/playbooks/groups/mirrorlist.yml @@ -7,6 +7,7 @@ hosts: mirrorlist user: root gather_facts: False + accelerate: True vars_files: - /srv/web/infra/ansible/vars/global.yml @@ -19,19 +20,11 @@ handlers: - include: $handlers/restart_services.yml - -# set up the fireball transport -#- hosts: mirrorlist -# gather_facts: no -# connection: ssh -# tasks: -# - action: fireball - - name: make the box be real hosts: mirrorlist -# connection: fireball user: root gather_facts: True + accelerate: True vars_files: - /srv/web/infra/ansible/vars/global.yml @@ -62,7 +55,3 @@ handlers: - include: $handlers/restart_services.yml - - - -