disable fireball mode
This commit is contained in:
parent
336c98fa33
commit
fb809fadc7
1 changed files with 6 additions and 6 deletions
|
@ -21,15 +21,15 @@
|
||||||
|
|
||||||
|
|
||||||
# set up the fireball transport
|
# set up the fireball transport
|
||||||
- hosts: mirrorlist
|
#- hosts: mirrorlist
|
||||||
gather_facts: no
|
# gather_facts: no
|
||||||
connection: ssh
|
# connection: ssh
|
||||||
tasks:
|
# tasks:
|
||||||
- action: fireball
|
# - action: fireball
|
||||||
|
|
||||||
- name: make the box be real
|
- name: make the box be real
|
||||||
hosts: mirrorlist
|
hosts: mirrorlist
|
||||||
connection: fireball
|
# connection: fireball
|
||||||
user: root
|
user: root
|
||||||
gather_facts: True
|
gather_facts: True
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue