lfops
lfops copied to clipboard
roles/monitoring-plugins: Speed up deployment process
Instead of copy them one by one, suggestion:
- git clone to local
- tar them
- copy the tar to the destination host
- untar them there
sounds good, as long as monitoring_plugins__plugin_list is handled correctly or removed as a breaking change
also, duplicate of #161
done. we are now collecting the into a local temp directory and copying them over to the remote host using the ansible.posix.synchronize module