Hi,
Is there any possibility to add now feature to assemble?
I would like have smt like mix of subversion and assemble.
Config files are kept in SVN and make from one folder a single file.
playbook can look like that
- hosts: all
tasks:
- assemble:
src=repo+
http://svn.example.com/svn/backup_config/ username=USER password=PASS
dest=/etc/cron.d/backup_disk
or even a normal http recursive request will good to ( but please notice the htbasic ).
Thanks from advice.