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.

10 lines
198 B

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