Maybe raining is not the word. More like "firestorm".
Documentation for the selinux, seboolean, lineinfile (newly
refactored), nagios, and wait_for modules are all up on the official
documentation site on the modules page.
Please help test all of these, along with new language features (also
documented on the advanced playbooks page) such as "delegate_to" and
"serial".
In other news, I've added a few more example playbooks and articles to
the Ansible-Resources page -- such as Matt's vagrant tutorial and
Chris Gedding's rather extensive playbook example -- https://github.com/ansible/ansible-resources/blob/master/README.md.
It is very interesting to see how everyone is using things in
different ways, so keep sharing great content like this!
I’m not sure from examples what the regexp escaping rules are, nor what the generic playbook escaping rules are, and it looks like I’ll need to understand both to get this case to work properly.
Confucious says, "If a man has a problem, and solves it with a regex,
man now has two problems".
Thankfully, it's not that bad.
Remember that "$" represents "end of string" in a Python regular
expression, and that "[" and "]" are also meaningful. The escape
character is "\" and not "$".
FWIW, you should not need to escape quotes, but that is sometimes
easier than telling what is "'" and what is '"' when they are all run
up against one another.