--- - import_tasks: local_facts.yaml - name: debian package requirements for buildbot apt: pkg: - python3-pip - fish - git - postgresql - python3-psycopg2 - ssl-cert # ansible - python-setuptools - python-psycopg2 - name: set correct permissions for /etc/ssl/private file: path: /etc/ssl/private mode: 0750 owner: root group: ssl-cert - name: install buildbot pip: name: buildbot[bundle] executable: pip3 - name: install gitea integration for buildbot pip: name: buildbot_gitea executable: pip3 - name: install service_identity pip: name: service_identity executable: pip3 - import_tasks: database.yaml - import_tasks: master.yaml