Build mdapi in prod as well

This commit is contained in:
Pierre-Yves Chibon 2015-11-17 15:03:18 +01:00
parent 6cfb03a47a
commit 030f7d4d5a

View file

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