mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 12:50:22 -07:00
Allow fireball to transfer binary files, fixup fireball docs, make fetch work with fireball.
This commit is contained in:
parent
8c0f83a2c9
commit
096607eea4
3 changed files with 18 additions and 9 deletions
|
@ -623,7 +623,7 @@ if you have a large number of hosts::
|
|||
# set up the fireball transport
|
||||
- hosts: all
|
||||
gather_facts: False
|
||||
connection: ssh
|
||||
connection: ssh # or paramiko
|
||||
sudo: True
|
||||
tasks:
|
||||
- action: fireball
|
||||
|
@ -631,7 +631,6 @@ if you have a large number of hosts::
|
|||
# these operations will occur over the fireball transport
|
||||
- hosts: all
|
||||
connection: fireball
|
||||
sudo: True
|
||||
tasks:
|
||||
- action: shell echo "Hello ${item}"
|
||||
with_items:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue