copr-frontend: upgrade playbook
This commit is contained in:
parent
c818a1f269
commit
067e143502
1 changed files with 16 additions and 0 deletions
16
playbooks/groups/copr-frontend-upgrade.yml
Normal file
16
playbooks/groups/copr-frontend-upgrade.yml
Normal file
|
@ -0,0 +1,16 @@
|
|||
---
|
||||
- name: upgrade copr frontend
|
||||
hosts: copr-front-stg
|
||||
user: root
|
||||
gather_facts: True
|
||||
|
||||
vars_files:
|
||||
- /srv/web/infra/ansible/vars/global.yml
|
||||
- "/srv/private/ansible/vars.yml"
|
||||
- /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml
|
||||
|
||||
roles:
|
||||
- copr/frontend
|
||||
|
||||
handlers:
|
||||
- import_tasks: "{{ handlers_path }}/restart_services.yml"
|
Loading…
Add table
Add a link
Reference in a new issue