Earlier quoted context omitted.
What's wrong with ansible?
Too heavy, too complex and too slow. Although ansible can be used in local machine, but it is design for multiple remote machine. For example, if you want copy a config file to target, you must use some tools like `scp` or do some hacking. And it's much slow than shell script, and the print in stdio is ugly. (because it's design for running in 100 machines in one time.) Ansible also had a steep learning curve, and re…
Maybe I misunderstood, but I use copy (1) for this in Ansible. This is standard, and you shouldn’t need scp?
(1) https://docs.ansible.com/ansible/latest/collections/ansible/...