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 hosts: nuancier;nuancier-stg
user: root user: root
gather_facts: True gather_facts: True
accelerate: True #accelerate: True
vars_files: vars_files:
- /srv/web/infra/ansible/vars/global.yml - /srv/web/infra/ansible/vars/global.yml
@ -57,7 +57,7 @@
hosts: nuancier;nuancier-stg hosts: nuancier;nuancier-stg
user: root user: root
gather_facts: True gather_facts: True
accelerate: True #accelerate: True
vars_files: vars_files:
- /srv/web/infra/ansible/vars/global.yml - /srv/web/infra/ansible/vars/global.yml

View file

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