- ---
-
- buildbot_db_name: buildbot
- buildbot_db_user: buildbot
- buildbot_db_pass: "{{ ansible_local.buildbot.database_password }}"
-
- buildbot_server_name: "{{ inventory_hostname }}"
-
- buildbot_workers: {}
- buildbot_builders: {}
-
- buildbot_hello_world_example: true
- buildbot_local_worker: true
-
- buildbot_github_change_hook: false
- buildbot_gitea_change_hook: false
-
- buildbot_title: Buildbot
- buildbot_title_url: "{{ buildbot_base_url }}"
-
- buildbot_base_url: https://{{buildbot_server_name}}/
|