ansible rant
ansible rant
Posted Oct 24, 2015 18:19 UTC (Sat) by mathstuf (subscriber, #69389)In reply to: ansible rant by joey
Parent article: Red Hat acquires Ansible
Basically my goal is to have a repo for *building* images using Buildroot and adds the generated images to the git repository as refs/images/$name/base (explicit refs used so that old images aren't cloned by default and don't take up disk space past the reflog history length). Propellor would then grab these tarballs from git and configure them. It'd be nice to tar the configured images up and put them in as refs/images/$name/latest which is then also created as refs/images/$name/deployed when deployed as well.
First is getting all of the services I use available in buildroot…but I can at least play around with those which are already available.