25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
382B

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