Ubuntu Pastebin

Paste from bigcalm at Thu, 17 Sep 2015 20:44:22 +0000

Download as text
1
2
3
- name: Create database
  mysql_db: name="{{ item.value.name }}" state=present login_host="{{ item.value.host }}" login_user="{{ item.value.user }}" login_password="{{ item.value.pass }}"
  with_dict: "{{ databases }}"
Download as text