- name:Add 'munin' variable values to {{ iiab_ini_file }}
ini_file:
path:"{{ iiab_ini_file }}"
section:munin
option:"{{ item.option }}"
value:"{{ item.value | string }}"
with_items:
- option:name
value:Munin
- option:description
value:'"Munin is a networked resource monitoring tool that can help analyze resource trends and ''what just happened to kill our performance?'' problems."'