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.

9 lines
196 B

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