From ee4e35723f478ba5e742025010b86a42d91ee796 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20Such=C3=BD?= Date: Tue, 9 Dec 2014 09:57:09 +0000 Subject: [PATCH] run copr playbook for both machines now --- playbooks/groups/copr-frontend.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/playbooks/groups/copr-frontend.yml b/playbooks/groups/copr-frontend.yml index afb590ce73..090861ab43 100644 --- a/playbooks/groups/copr-frontend.yml +++ b/playbooks/groups/copr-frontend.yml @@ -1,6 +1,6 @@ - name: check/create instance - #hosts: copr-front-stg:copr-front - hosts: copr-front + hosts: copr-front-stg:copr-front + #hosts: copr-front user: root gather_facts: False @@ -14,8 +14,8 @@ - name: cloud basic setup - #hosts: copr-front-stg:copr-front - hosts: copr-front + hosts: copr-front-stg:copr-front + #hosts: copr-front vars_files: - /srv/web/infra/ansible/vars/global.yml - "{{ private }}/vars.yml" @@ -24,8 +24,8 @@ - include: "{{ tasks }}/cloud_setup_basic.yml" - name: provision instance - #hosts: copr-front:copr-front-stg - hosts: copr-front + hosts: copr-front:copr-front-stg + #hosts: copr-front user: root gather_facts: True