浏览代码

initiate configuration

covid-videoplattform
父节点
当前提交
2df30e9bfd
共有 1 个文件被更改,包括 10 次插入1 次删除
  1. +10
    -1
      tasks/main.yaml

+ 10
- 1
tasks/main.yaml 查看文件

@@ -9,8 +9,9 @@
- python3-pip - python3-pip
- fish - fish
- git - git
- python-psycopg2
- python-psycopg2 # for ansible
- postgresql - postgresql
- python3-psycopg2


- name: install buildbot - name: install buildbot
pip: pip:
@@ -50,3 +51,11 @@
dest: /etc/systemd/system/buildbot@.service dest: /etc/systemd/system/buildbot@.service


- import_tasks: database.yaml - import_tasks: database.yaml

- name: initiate buildbot master configurations
command: buildbot create-master --db {{buildbot_database_url}} --relocatable master
become: true
become_user: buildbot
args:
chdir: /var/lib/buildbot
creates: /var/lib/buildbot/master

正在加载...
取消
保存