mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-30 13:32:30 +08:00
Trailing whitespace.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# This playbook syncs the production koji instance with staging and manages all
|
||||
# the steps we need to keep our setup intact.
|
||||
#
|
||||
#
|
||||
# For a description of what we're doing, see
|
||||
# https://lists.fedoraproject.org/pipermail/infrastructure/2015-June/016377.html
|
||||
# For a description of the koji 'secondary volumes' feature, see
|
||||
@@ -12,7 +12,7 @@
|
||||
- name: grab the latest production backup
|
||||
hosts: db-koji01.phx2.fedoraproject.org
|
||||
user: root
|
||||
vars_files:
|
||||
vars_files:
|
||||
- /srv/web/infra/ansible/vars/global.yml
|
||||
- "/srv/private/ansible/vars.yml"
|
||||
- /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml
|
||||
@@ -27,7 +27,7 @@
|
||||
- name: sync config and sql migration script
|
||||
hosts: koji-stg
|
||||
user: root
|
||||
vars_files:
|
||||
vars_files:
|
||||
- /srv/web/infra/ansible/vars/global.yml
|
||||
- "/srv/private/ansible/vars.yml"
|
||||
- /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml
|
||||
@@ -36,11 +36,11 @@
|
||||
|
||||
roles:
|
||||
- koji_hub
|
||||
|
||||
|
||||
- name: bring staging services down
|
||||
hosts: koji-stg
|
||||
user: root
|
||||
vars_files:
|
||||
vars_files:
|
||||
- /srv/web/infra/ansible/vars/global.yml
|
||||
- "/srv/private/ansible/vars.yml"
|
||||
- /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml
|
||||
@@ -60,7 +60,7 @@
|
||||
become_user: postgres
|
||||
become_method: sudo
|
||||
|
||||
vars_files:
|
||||
vars_files:
|
||||
- /srv/web/infra/ansible/vars/global.yml
|
||||
- "/srv/private/ansible/vars.yml"
|
||||
- /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml
|
||||
@@ -86,7 +86,7 @@
|
||||
- name: bring staging services up
|
||||
hosts: koji-stg
|
||||
user: root
|
||||
vars_files:
|
||||
vars_files:
|
||||
- /srv/web/infra/ansible/vars/global.yml
|
||||
- "/srv/private/ansible/vars.yml"
|
||||
- /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml
|
||||
|
||||
Reference in New Issue
Block a user