Playbooks to a new Lilik
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
208 B

8 years ago
  1. ---
  2. - include_role:
  3. name: service
  4. vars:
  5. service_name: mysql
  6. service_packages:
  7. - mysql-server
  8. - name: Install python bindings to mysql
  9. apt:
  10. name: python-mysqldb
  11. update_cache: yes