Build mdapi in prod as well
This commit is contained in:
parent
6cfb03a47a
commit
030f7d4d5a
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
- include: "/srv/web/infra/ansible/playbooks/include/virt-create.yml myhosts=mdapi-stg"
|
||||
|
||||
- name: make the box be real
|
||||
hosts: mdapi-stg
|
||||
hosts: mdapi-stg;mdapi
|
||||
user: root
|
||||
gather_facts: True
|
||||
|
||||
|
@ -34,7 +34,7 @@
|
|||
- include: "{{ handlers }}/restart_services.yml"
|
||||
|
||||
- name: deploy mdapi itself
|
||||
hosts: mdapi-stg
|
||||
hosts: mdapi-stg;mdapi
|
||||
user: root
|
||||
gather_facts: True
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue