Turn on "accelerate".
This commit is contained in:
parent
767cd29c77
commit
1a7046f645
1 changed files with 3 additions and 0 deletions
|
@ -7,6 +7,7 @@
|
|||
hosts: nuancier;nuancier-stg
|
||||
user: root
|
||||
gather_facts: False
|
||||
accelerate: True
|
||||
|
||||
vars_files:
|
||||
- /srv/web/infra/ansible/vars/global.yml
|
||||
|
@ -23,6 +24,7 @@
|
|||
hosts: nuancier;nuancier-stg
|
||||
user: root
|
||||
gather_facts: True
|
||||
accelerate: True
|
||||
|
||||
vars_files:
|
||||
- /srv/web/infra/ansible/vars/global.yml
|
||||
|
@ -55,6 +57,7 @@
|
|||
hosts: nuancier;nuancier-stg
|
||||
user: root
|
||||
gather_facts: True
|
||||
accelerate: True
|
||||
|
||||
vars_files:
|
||||
- /srv/web/infra/ansible/vars/global.yml
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue