Add accel, clean up old fireball stuff
This commit is contained in:
parent
a7350d64a5
commit
29864b8d57
1 changed files with 2 additions and 13 deletions
|
@ -7,6 +7,7 @@
|
||||||
hosts: mirrorlist
|
hosts: mirrorlist
|
||||||
user: root
|
user: root
|
||||||
gather_facts: False
|
gather_facts: False
|
||||||
|
accelerate: True
|
||||||
|
|
||||||
vars_files:
|
vars_files:
|
||||||
- /srv/web/infra/ansible/vars/global.yml
|
- /srv/web/infra/ansible/vars/global.yml
|
||||||
|
@ -19,19 +20,11 @@
|
||||||
handlers:
|
handlers:
|
||||||
- include: $handlers/restart_services.yml
|
- include: $handlers/restart_services.yml
|
||||||
|
|
||||||
|
|
||||||
# set up the fireball transport
|
|
||||||
#- hosts: mirrorlist
|
|
||||||
# gather_facts: no
|
|
||||||
# connection: ssh
|
|
||||||
# tasks:
|
|
||||||
# - action: fireball
|
|
||||||
|
|
||||||
- name: make the box be real
|
- name: make the box be real
|
||||||
hosts: mirrorlist
|
hosts: mirrorlist
|
||||||
# connection: fireball
|
|
||||||
user: root
|
user: root
|
||||||
gather_facts: True
|
gather_facts: True
|
||||||
|
accelerate: True
|
||||||
|
|
||||||
vars_files:
|
vars_files:
|
||||||
- /srv/web/infra/ansible/vars/global.yml
|
- /srv/web/infra/ansible/vars/global.yml
|
||||||
|
@ -62,7 +55,3 @@
|
||||||
|
|
||||||
handlers:
|
handlers:
|
||||||
- include: $handlers/restart_services.yml
|
- include: $handlers/restart_services.yml
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue