Add the ability to load configuration stored locally on the Junos filesystem. Perhaps something like:
junos_install_config:
host={{ inventory_hostname }}
file=my_backup.conf
on_host=yes
assumes that the file "my_backup.conf" is located in the $HOME directory on the Junos device.