From a4e367c1f30d8efdeab80dbc79411be06cb739c6 Mon Sep 17 00:00:00 2001 From: Mikolaj Izdebski Date: Wed, 6 Feb 2019 10:41:36 +0100 Subject: [PATCH] Disable playbooks for staging Koschei --- playbooks/groups/koschei-backend.yml | 2 +- playbooks/groups/koschei-web.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/playbooks/groups/koschei-backend.yml b/playbooks/groups/koschei-backend.yml index 73c27f85b3..68d7666ec7 100644 --- a/playbooks/groups/koschei-backend.yml +++ b/playbooks/groups/koschei-backend.yml @@ -1,7 +1,7 @@ - import_playbook: "/srv/web/infra/ansible/playbooks/include/virt-create.yml myhosts=koschei-backend:koschei-backend-stg" - name: install koschei - hosts: koschei-backend:koschei-backend-stg + hosts: koschei-backend user: root gather_facts: True diff --git a/playbooks/groups/koschei-web.yml b/playbooks/groups/koschei-web.yml index 8d53b63b12..65e1be4580 100644 --- a/playbooks/groups/koschei-web.yml +++ b/playbooks/groups/koschei-web.yml @@ -2,7 +2,7 @@ - import_playbook: "/srv/web/infra/ansible/playbooks/include/virt-create.yml myhosts=koschei-web:koschei-web-stg" - name: install koschei-frontend - hosts: koschei-web:koschei-web-stg + hosts: koschei-web user: root gather_facts: True