Enable koschei update playbook for prod
This commit is contained in:
parent
9131576cbd
commit
2765d0d43e
1 changed files with 2 additions and 3 deletions
|
@ -1,12 +1,11 @@
|
|||
- name: upgrade koschei
|
||||
# Only on stg for now
|
||||
hosts: koschei-stg
|
||||
hosts: koschei-stg;koschei-prod
|
||||
vars_files:
|
||||
- /srv/web/infra/ansible/vars/global.yml
|
||||
- /srv/private/ansible/vars.yml
|
||||
- /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml
|
||||
vars:
|
||||
jenkins: True
|
||||
jenkins: False
|
||||
handlers:
|
||||
- include: "{{ handlers }}/restart_services.yml"
|
||||
roles:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue