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
|
# NOTE: most of these vars_path come from group_vars/mirrorlist or from hostvars
|
||||||
|
|
||||||
- name: make resultsdb staging
|
- name: make resultsdb staging
|
||||||
hosts: taskotron-dev
|
hosts: taskotron-stg
|
||||||
user: root
|
user: root
|
||||||
gather_facts: False
|
gather_facts: False
|
||||||
accelerate: "{{ accelerated }}"
|
accelerate: "{{ accelerated }}"
|
||||||
|
@ -21,7 +21,7 @@
|
||||||
- include: "{{ handlers }}/restart_services.yml"
|
- include: "{{ handlers }}/restart_services.yml"
|
||||||
|
|
||||||
- name: make the box be real
|
- name: make the box be real
|
||||||
hosts: taskotron-dev
|
hosts: taskotron-stg
|
||||||
user: root
|
user: root
|
||||||
gather_facts: True
|
gather_facts: True
|
||||||
accelerate: "{{ accelerated }}"
|
accelerate: "{{ accelerated }}"
|
||||||
|
@ -52,7 +52,7 @@
|
||||||
- include: "{{ handlers }}/restart_services.yml"
|
- include: "{{ handlers }}/restart_services.yml"
|
||||||
|
|
||||||
- name: configure taskotron master
|
- name: configure taskotron master
|
||||||
hosts: taskotron-dev
|
hosts: taskotron-stg
|
||||||
user: root
|
user: root
|
||||||
gather_facts: True
|
gather_facts: True
|
||||||
accelerate: "{{ accelerated }}"
|
accelerate: "{{ accelerated }}"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue