Ad-hoc скопировать файл ansible

Скопировать файл на все хосты

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