Turn off accelerate for now.

This commit is contained in:
Ralph Bean 2013-09-26 15:30:55 +00:00
parent ca358cf22b
commit c5de102ff6
2 changed files with 4 additions and 2 deletions

View file

@ -24,7 +24,7 @@
hosts: nuancier;nuancier-stg
user: root
gather_facts: True
accelerate: True
#accelerate: True
vars_files:
- /srv/web/infra/ansible/vars/global.yml
@ -57,7 +57,7 @@
hosts: nuancier;nuancier-stg
user: root
gather_facts: True
accelerate: True
#accelerate: True
vars_files:
- /srv/web/infra/ansible/vars/global.yml

View file

@ -5,3 +5,5 @@
- python-keyczar
tags:
- packages
# TODO -- we need to open port 5099 too here.