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
|
||||
user: root
|
||||
gather_facts: False
|
||||
accelerate: True
|
||||
|
||||
vars_files:
|
||||
- /srv/web/infra/ansible/vars/global.yml
|
||||
|
@ -19,19 +20,11 @@
|
|||
handlers:
|
||||
- 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
|
||||
hosts: mirrorlist
|
||||
# connection: fireball
|
||||
user: root
|
||||
gather_facts: True
|
||||
accelerate: True
|
||||
|
||||
vars_files:
|
||||
- /srv/web/infra/ansible/vars/global.yml
|
||||
|
@ -62,7 +55,3 @@
|
|||
|
||||
handlers:
|
||||
- include: $handlers/restart_services.yml
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue