Add accel, clean up old fireball stuff

This commit is contained in:
Kevin Fenzi 2013-11-25 21:25:33 +00:00
parent a7350d64a5
commit 29864b8d57

View file

@ -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