Disable playbooks for staging Koschei
This commit is contained in:
parent
1ec6361049
commit
a4e367c1f3
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue