Run this upgrade playbook on staging and production both.
This commit is contained in:
parent
6aeb3ab0c9
commit
2d3fd846c4
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
||||||
- name: push packages out
|
- name: push packages out
|
||||||
hosts: value-stg
|
hosts: value;value-stg
|
||||||
user: root
|
user: root
|
||||||
vars_files:
|
vars_files:
|
||||||
- /srv/web/infra/ansible/vars/global.yml
|
- /srv/web/infra/ansible/vars/global.yml
|
||||||
|
@ -22,7 +22,7 @@
|
||||||
when: testing
|
when: testing
|
||||||
|
|
||||||
- name: verify the config and restart it
|
- name: verify the config and restart it
|
||||||
hosts: value-stg
|
hosts: value;value-stg
|
||||||
user: root
|
user: root
|
||||||
vars_files:
|
vars_files:
|
||||||
- /srv/web/infra/ansible/vars/global.yml
|
- /srv/web/infra/ansible/vars/global.yml
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue