diff --git a/playbooks/groups/copr-frontend-upgrade.yml b/playbooks/groups/copr-frontend-upgrade.yml new file mode 100644 index 0000000000..49b1cbaf74 --- /dev/null +++ b/playbooks/groups/copr-frontend-upgrade.yml @@ -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"