Trailing whitespace.
This commit is contained in:
parent
ba07f8f7d6
commit
e6ca3bfcbc
1 changed files with 7 additions and 7 deletions
|
@ -1,6 +1,6 @@
|
||||||
# This playbook syncs the production koji instance with staging and manages all
|
# This playbook syncs the production koji instance with staging and manages all
|
||||||
# the steps we need to keep our setup intact.
|
# the steps we need to keep our setup intact.
|
||||||
#
|
#
|
||||||
# For a description of what we're doing, see
|
# For a description of what we're doing, see
|
||||||
# https://lists.fedoraproject.org/pipermail/infrastructure/2015-June/016377.html
|
# https://lists.fedoraproject.org/pipermail/infrastructure/2015-June/016377.html
|
||||||
# For a description of the koji 'secondary volumes' feature, see
|
# For a description of the koji 'secondary volumes' feature, see
|
||||||
|
@ -12,7 +12,7 @@
|
||||||
- name: grab the latest production backup
|
- name: grab the latest production backup
|
||||||
hosts: db-koji01.phx2.fedoraproject.org
|
hosts: db-koji01.phx2.fedoraproject.org
|
||||||
user: root
|
user: root
|
||||||
vars_files:
|
vars_files:
|
||||||
- /srv/web/infra/ansible/vars/global.yml
|
- /srv/web/infra/ansible/vars/global.yml
|
||||||
- "/srv/private/ansible/vars.yml"
|
- "/srv/private/ansible/vars.yml"
|
||||||
- /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml
|
- /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml
|
||||||
|
@ -27,7 +27,7 @@
|
||||||
- name: sync config and sql migration script
|
- name: sync config and sql migration script
|
||||||
hosts: koji-stg
|
hosts: koji-stg
|
||||||
user: root
|
user: root
|
||||||
vars_files:
|
vars_files:
|
||||||
- /srv/web/infra/ansible/vars/global.yml
|
- /srv/web/infra/ansible/vars/global.yml
|
||||||
- "/srv/private/ansible/vars.yml"
|
- "/srv/private/ansible/vars.yml"
|
||||||
- /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml
|
- /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml
|
||||||
|
@ -36,11 +36,11 @@
|
||||||
|
|
||||||
roles:
|
roles:
|
||||||
- koji_hub
|
- koji_hub
|
||||||
|
|
||||||
- name: bring staging services down
|
- name: bring staging services down
|
||||||
hosts: koji-stg
|
hosts: koji-stg
|
||||||
user: root
|
user: root
|
||||||
vars_files:
|
vars_files:
|
||||||
- /srv/web/infra/ansible/vars/global.yml
|
- /srv/web/infra/ansible/vars/global.yml
|
||||||
- "/srv/private/ansible/vars.yml"
|
- "/srv/private/ansible/vars.yml"
|
||||||
- /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml
|
- /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml
|
||||||
|
@ -60,7 +60,7 @@
|
||||||
become_user: postgres
|
become_user: postgres
|
||||||
become_method: sudo
|
become_method: sudo
|
||||||
|
|
||||||
vars_files:
|
vars_files:
|
||||||
- /srv/web/infra/ansible/vars/global.yml
|
- /srv/web/infra/ansible/vars/global.yml
|
||||||
- "/srv/private/ansible/vars.yml"
|
- "/srv/private/ansible/vars.yml"
|
||||||
- /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml
|
- /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml
|
||||||
|
@ -86,7 +86,7 @@
|
||||||
- name: bring staging services up
|
- name: bring staging services up
|
||||||
hosts: koji-stg
|
hosts: koji-stg
|
||||||
user: root
|
user: root
|
||||||
vars_files:
|
vars_files:
|
||||||
- /srv/web/infra/ansible/vars/global.yml
|
- /srv/web/infra/ansible/vars/global.yml
|
||||||
- "/srv/private/ansible/vars.yml"
|
- "/srv/private/ansible/vars.yml"
|
||||||
- /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml
|
- /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue