Ad-hoc copy file ansible

Copy a file to all hosts

ansible all -i inventory -m copy -a 'src=./file dest=/tmp/file'
more ansible all 56 commands →