copy file to node
curl httpd.apache.org -o index.html ansible all -m copy -a "src=index.html" \ dest=/var/www/html/index.html" -k
- src = file path
- dest = file path
Seonglae Cho
Seonglae Chocurl httpd.apache.org -o index.html ansible all -m copy -a "src=index.html" \ dest=/var/www/html/index.html" -k