Point fedimg playbook at prod+stg.

This commit is contained in:
Ralph Bean 2014-12-08 16:32:02 +00:00
parent cda218580e
commit 15bd0b3afc

View file

@ -2,7 +2,7 @@
# NOTE: make sure there is room/space for this server on the vmhost
- name: make fedimg server
hosts: fedimg-stg
hosts: fedimg;fedimg-stg
user: root
gather_facts: False
@ -18,7 +18,7 @@
- include: "{{ handlers }}/restart_services.yml"
- name: dole out the generic configuration
hosts: fedimg-stg
hosts: fedimg;fedimg-stg
user: root
gather_facts: True
@ -51,7 +51,7 @@
- include: "{{ handlers }}/restart_services.yml"
- name: dole out the service-specific config
hosts: fedimg-stg
hosts: fedimg;fedimg-stg
user: root
gather_facts: True