I think this is a good use case. For the model I was working on my plan
was to do it from the python api and couple it with libcloud. So you
could do something like:
start_cloud_instance -k mysshkey -cec2 -i fedora16-x86-64 \
-m playbook.yml
which would start it up at whatever cloud service you're using, get the
ip from the libcloud api to start up the instance, then connect with
ansible (via the api) and set up the instance.
-sv
I think this is a good use case. For the model I was working on my planwas to do it from the python api and couple it with libcloud. So youcould do something like:start_cloud_instance -k mysshkey -cec2 -i fedora16-x86-64 \-m playbook.ymlwhich would start it up at whatever cloud service you're using, get theip from the libcloud api to start up the instance, then connect withansible (via the api) and set up the instance.-sv
I have a todo list item for myself to attempt to port one of the fedora
infra host setups over to a playbook to see how much of a giant ass
pain it would be to do.
-sv