From 1e6b3d1b2ce2f15d7bf1c920bc05f36bb5593682 Mon Sep 17 00:00:00 2001 From: Valentin Gologuzov Date: Fri, 10 Oct 2014 12:44:02 +0200 Subject: [PATCH] [copr] new playbooks should affect only *-stg hosts --- playbooks/groups/copr-backend.yml | 3 ++- playbooks/groups/copr-frontend.yml | 3 ++- playbooks/groups/copr-keygen.yml | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/playbooks/groups/copr-backend.yml b/playbooks/groups/copr-backend.yml index 06df747daf..3d2a83f28a 100644 --- a/playbooks/groups/copr-backend.yml +++ b/playbooks/groups/copr-backend.yml @@ -1,5 +1,6 @@ - name: check/create instance - hosts: copr-back:copr-back-stg + #hosts: copr-back:copr-back-stg + hosts: copr-back-stg user: root gather_facts: False diff --git a/playbooks/groups/copr-frontend.yml b/playbooks/groups/copr-frontend.yml index 642ca7cf10..1c4c46d5ec 100644 --- a/playbooks/groups/copr-frontend.yml +++ b/playbooks/groups/copr-frontend.yml @@ -1,5 +1,6 @@ - name: check/create instance - hosts: copr-front-stg:copr-front + #hosts: copr-front-stg:copr-front + hosts: copr-front-stg user: root gather_facts: False diff --git a/playbooks/groups/copr-keygen.yml b/playbooks/groups/copr-keygen.yml index e2e1cfd9f2..711c528a76 100644 --- a/playbooks/groups/copr-keygen.yml +++ b/playbooks/groups/copr-keygen.yml @@ -1,5 +1,6 @@ - name: check/create instance - hosts: copr-front:copr-front-stg + #hosts: copr-keygen:copr-keygen-stg + hosts: copr-keygen-stg user: root gather_facts: False