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
206 B

  1. ---
  2. # include tasks from task/service.yaml
  3. - include_role:
  4. name: service
  5. vars:
  6. service_name: postgresql
  7. service_packages:
  8. - postgresql
  9. - postgresql-contrib
  10. - python-psycopg2