From c5de102ff6dd3c0dc3bd1c07a8b88c385997a00b Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Thu, 26 Sep 2013 15:30:55 +0000 Subject: [PATCH] Turn off accelerate for now. --- playbooks/groups/nuancier.yml | 4 ++-- tasks/accelerate_prep.yml | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/playbooks/groups/nuancier.yml b/playbooks/groups/nuancier.yml index 7c3d92d055..4225d1f7c8 100644 --- a/playbooks/groups/nuancier.yml +++ b/playbooks/groups/nuancier.yml @@ -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 diff --git a/tasks/accelerate_prep.yml b/tasks/accelerate_prep.yml index f82d3cac61..889aeadf99 100644 --- a/tasks/accelerate_prep.yml +++ b/tasks/accelerate_prep.yml @@ -5,3 +5,5 @@ - python-keyczar tags: - packages + +# TODO -- we need to open port 5099 too here.