stg playbook should run against stg.
This commit is contained in:
parent
ea7647db08
commit
27a171a040
1 changed files with 3 additions and 3 deletions
|
@ -4,7 +4,7 @@
|
|||
# NOTE: most of these vars_path come from group_vars/mirrorlist or from hostvars
|
||||
|
||||
- name: make resultsdb staging
|
||||
hosts: taskotron-dev
|
||||
hosts: taskotron-stg
|
||||
user: root
|
||||
gather_facts: False
|
||||
accelerate: "{{ accelerated }}"
|
||||
|
@ -21,7 +21,7 @@
|
|||
- include: "{{ handlers }}/restart_services.yml"
|
||||
|
||||
- name: make the box be real
|
||||
hosts: taskotron-dev
|
||||
hosts: taskotron-stg
|
||||
user: root
|
||||
gather_facts: True
|
||||
accelerate: "{{ accelerated }}"
|
||||
|
@ -52,7 +52,7 @@
|
|||
- include: "{{ handlers }}/restart_services.yml"
|
||||
|
||||
- name: configure taskotron master
|
||||
hosts: taskotron-dev
|
||||
hosts: taskotron-stg
|
||||
user: root
|
||||
gather_facts: True
|
||||
accelerate: "{{ accelerated }}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue