Hi all
been googling to no avail - I want to manage Jenkins with
Ansible, and have the basics for the master here:
https://github.com/rasputnik/ansible-jenkins
Next step is to configure some plugins and global config;
this seems like it'd be a pretty common use case but although
some plugins have a separate config file, the majority of them
add stanzas to the main config.xml.
I can't see much to help me with managing 'fragments' of XML rather
than lineinfile (shudder). Has anyone had any success with this approach?