From b610e29a23dcbb36d955fb51e5095de7d1cf1454 Mon Sep 17 00:00:00 2001 From: Valentin Gologuzov Date: Tue, 21 Oct 2014 19:39:20 +0200 Subject: [PATCH] [copr] polishing frontend role-base playbooks --- playbooks/groups/copr-frontend.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/playbooks/groups/copr-frontend.yml b/playbooks/groups/copr-frontend.yml index 367e7ffb31..1f9c291b35 100644 --- a/playbooks/groups/copr-frontend.yml +++ b/playbooks/groups/copr-frontend.yml @@ -1,7 +1,6 @@ - name: check/create instance #hosts: copr-front-stg:copr-front - #hosts: copr-front-stg - hosts: copr-fe-dev.cloud.fedoraproject.org + hosts: copr-front-stg user: root gather_facts: False @@ -15,7 +14,7 @@ - name: cloud basic setup - hosts: copr-back-stg + hosts: copr-front-stg vars_files: - /srv/web/infra/ansible/vars/global.yml - "{{ private }}/vars.yml" @@ -25,8 +24,7 @@ - name: provision instance #hosts: copr-front:copr-front-stg - #hosts: copr-front-stg - hosts: copr-fe-dev.cloud.fedoraproject.org + hosts: copr-front-stg user: root gather_facts: True