您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

17 行
354B

  1. ---
  2. buildbot_db_name: buildbot
  3. buildbot_db_user: buildbot
  4. buildbot_db_pass: "{{ ansible_local.buildbot.database_password }}"
  5. buildbot_server_name: "{{ inventory_hostname }}"
  6. buildbot_workers: {}
  7. buildbot_builders: {}
  8. buildbot_hello_world_example: true
  9. buildbot_local_worker: true
  10. buildbot_github_change_hook: false
  11. buildbot_gitea_change_hook: false