only run on fedimg-stg for now
This commit is contained in:
parent
d7dbf516a2
commit
bc9f280787
1 changed files with 3 additions and 3 deletions
|
@ -2,7 +2,7 @@
|
|||
# NOTE: make sure there is room/space for this server on the vmhost
|
||||
|
||||
- name: make fedimg server
|
||||
hosts: fedimg;fedimg-stg
|
||||
hosts: fedimg-stg
|
||||
user: root
|
||||
gather_facts: False
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
|||
- include: "{{ handlers }}/restart_services.yml"
|
||||
|
||||
- name: dole out the generic configuration
|
||||
hosts: fedimg;fedimg-stg
|
||||
hosts: 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;fedimg-stg
|
||||
hosts: fedimg-stg
|
||||
user: root
|
||||
gather_facts: True
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue