The group is still alive, you would find most people don't work on a weekend hence the unanswered questions. I haven't looked too closely at your code but it seems to be on the right track. yiu have various options around getting file contents such as using slurp to retrieve the contents of a file on the remote host but you would probably be better off using a lookup or filter on the control host http://docs.ansible.com/playbooks_lookups.html and http://docs.ansible.com/playbooks_filters.html. Lookups only work for files on the control hosts but it gives you options such as parsing an ini file. Ultimately you will have to piece together how to do this as it is your process but I would try to keep in mind if you can change your process to suit your tools more, I.e store the key value reg changes in ansible group vars so your changes are automatically available.
-- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/2220eb4a-6230-4f68-8533-a8ebbe63dc3f%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
