adding prod to new taskotron playbook

This commit is contained in:
Tim Flink 2016-01-26 17:07:48 +00:00
parent ca6f172b87
commit c146afe961

View file

@ -6,7 +6,7 @@
- include: "/srv/web/infra/ansible/playbooks/include/virt-create.yml myhosts=taskotron-dev,taskotron-stg"
- name: make the box be real
hosts: taskotron-dev:taskotron-stg
hosts: taskotron-dev:taskotron-stg:taskotron-prod
user: root
gather_facts: True
@ -36,7 +36,7 @@
- include: "{{ handlers }}/restart_services.yml"
- name: configure taskotron master
hosts: taskotron-dev:taskotron-stg
hosts: taskotron-dev:taskotron-stg:taskotron-prod
user: root
gather_facts: True