Ver código fonte

pip3 settings

covid-videoplattform
pai
commit
e77ab4534b
2 arquivos alterados com 10 adições e 16 exclusões
  1. +0
    -15
      tasks/main.yaml
  2. +10
    -1
      tasks/master.yaml

+ 0
- 15
tasks/main.yaml Ver arquivo

@@ -24,21 +24,6 @@
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

+ 10
- 1
tasks/master.yaml Ver arquivo

@@ -1,5 +1,14 @@
---

- name: pip3 packages
pip:
name:
- buildbot[bundle]
- buildbot_gitea
- service_identity
- zope.interface>=4.4.2
executable: pip3

- name: buildbot system group
group:
name: buildbot
@@ -30,7 +39,7 @@
dest: /etc/systemd/system/buildbot@.service
notify: systemd daemon reload

- name: initiate buildbot master configurations
- name: initiate buildbot master
command: buildbot create-master --db {{buildbot_database_url}} --relocatable master
become: true
become_user: buildbot


Carregando…
Cancelar
Salvar