Disable playbooks for staging Koschei

This commit is contained in:
Mikolaj Izdebski 2019-02-06 10:41:36 +01:00
parent 1ec6361049
commit a4e367c1f3
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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