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
|
||||
user: root
|
||||
gather_facts: True
|
||||
accelerate: True
|
||||
accelerate: "{{ acclerated }}"
|
||||
|
||||
vars_files:
|
||||
- /srv/web/infra/ansible/vars/global.yml
|
||||
|
|
|
@ -57,7 +57,7 @@
|
|||
hosts: fedoauth-stg:fedoauth
|
||||
user: root
|
||||
gather_facts: True
|
||||
accelerate: True
|
||||
accelerate: "{{ acclerated }}"
|
||||
|
||||
vars_files:
|
||||
- /srv/web/infra/ansible/vars/global.yml
|
||||
|
|
|
@ -57,7 +57,7 @@
|
|||
hosts: fedocal-stg;fedocal
|
||||
user: root
|
||||
gather_facts: True
|
||||
accelerate: True
|
||||
accelerate: "{{ acclerated }}"
|
||||
|
||||
vars_files:
|
||||
- /srv/web/infra/ansible/vars/global.yml
|
||||
|
|
|
@ -54,7 +54,7 @@
|
|||
hosts: gallery-stg
|
||||
user: root
|
||||
gather_facts: True
|
||||
accelerate: True
|
||||
accelerate: "{{ acclerated }}"
|
||||
|
||||
vars_files:
|
||||
- /srv/web/infra/ansible/vars/global.yml
|
||||
|
|
|
@ -58,7 +58,7 @@
|
|||
hosts: notifs-backend;notifs-backend-stg
|
||||
user: root
|
||||
gather_facts: True
|
||||
accelerate: True
|
||||
accelerate: "{{ accelerated }}"
|
||||
|
||||
roles:
|
||||
- fedmsg/hub
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue