Answers for "how to pass multiple hosts to ansible adhoc command?"

0

how to pass multiple hosts to ansible adhoc command?

ansible host_1 -m shell -a "docker stats -a --no-stream"; ansible host_2 -m shell -a "docker stats -a --no-stream"
Posted by: Guest on October-27-2021

Code answers related to "how to pass multiple hosts to ansible adhoc command?"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language