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.

30 line
478B

  1. ---
  2. - import_tasks: local_facts.yaml
  3. - name: debian package requirements for buildbot
  4. apt:
  5. pkg:
  6. - python3-pip
  7. - fish
  8. - git
  9. - postgresql
  10. - python3-psycopg2
  11. - ssl-cert
  12. # ansible
  13. - python-setuptools
  14. - python-psycopg2
  15. - name: set correct permissions for /etc/ssl/private
  16. file:
  17. path: /etc/ssl/private
  18. mode: 0750
  19. owner: root
  20. group: ssl-cert
  21. - import_tasks: database.yaml
  22. - import_tasks: master.yaml