More missed accelerates
This commit is contained in:
parent
b1ac6680ba
commit
95733ac284
5 changed files with 5 additions and 5 deletions
|
@ -52,7 +52,7 @@
|
||||||
hosts: elections;elections-stg
|
hosts: elections;elections-stg
|
||||||
user: root
|
user: root
|
||||||
gather_facts: True
|
gather_facts: True
|
||||||
accelerate: True
|
accelerate: "{{ acclerated }}"
|
||||||
|
|
||||||
vars_files:
|
vars_files:
|
||||||
- /srv/web/infra/ansible/vars/global.yml
|
- /srv/web/infra/ansible/vars/global.yml
|
||||||
|
|
|
@ -57,7 +57,7 @@
|
||||||
hosts: fedoauth-stg:fedoauth
|
hosts: fedoauth-stg:fedoauth
|
||||||
user: root
|
user: root
|
||||||
gather_facts: True
|
gather_facts: True
|
||||||
accelerate: True
|
accelerate: "{{ acclerated }}"
|
||||||
|
|
||||||
vars_files:
|
vars_files:
|
||||||
- /srv/web/infra/ansible/vars/global.yml
|
- /srv/web/infra/ansible/vars/global.yml
|
||||||
|
|
|
@ -57,7 +57,7 @@
|
||||||
hosts: fedocal-stg;fedocal
|
hosts: fedocal-stg;fedocal
|
||||||
user: root
|
user: root
|
||||||
gather_facts: True
|
gather_facts: True
|
||||||
accelerate: True
|
accelerate: "{{ acclerated }}"
|
||||||
|
|
||||||
vars_files:
|
vars_files:
|
||||||
- /srv/web/infra/ansible/vars/global.yml
|
- /srv/web/infra/ansible/vars/global.yml
|
||||||
|
|
|
@ -54,7 +54,7 @@
|
||||||
hosts: gallery-stg
|
hosts: gallery-stg
|
||||||
user: root
|
user: root
|
||||||
gather_facts: True
|
gather_facts: True
|
||||||
accelerate: True
|
accelerate: "{{ acclerated }}"
|
||||||
|
|
||||||
vars_files:
|
vars_files:
|
||||||
- /srv/web/infra/ansible/vars/global.yml
|
- /srv/web/infra/ansible/vars/global.yml
|
||||||
|
|
|
@ -58,7 +58,7 @@
|
||||||
hosts: notifs-backend;notifs-backend-stg
|
hosts: notifs-backend;notifs-backend-stg
|
||||||
user: root
|
user: root
|
||||||
gather_facts: True
|
gather_facts: True
|
||||||
accelerate: True
|
accelerate: "{{ accelerated }}"
|
||||||
|
|
||||||
roles:
|
roles:
|
||||||
- fedmsg/hub
|
- fedmsg/hub
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue