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

26 行
545B

  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: false
  9. buildbot_local_worker: false
  10. buildbot_github_change_hook: false
  11. buildbot_gitea_change_hook: false
  12. buildbot_title: Buildbot
  13. buildbot_title_url: "{{ buildbot_base_url }}"
  14. buildbot_base_url: https://{{buildbot_server_name}}/
  15. buildbot_with_gitea_auth: false
  16. buildbot_admin_usernames: []