ansible-nagios-example
ansible-nagios-example copied to clipboard
Comments
Hi,
Thanks for this comprehensible ansible for nagios configuration. A couple of remarks
- {{ item }} is the way to go, replacing all $item or ${item}
- template: replace stuff like action: template
I guess you're aware of that / you don't take time to update that, but since that can be trouble / a bad example for ansible's beginner, I'ld just take a minute to write down the remarks.
Regards,