您最多选择25个主题
主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
|
- ---
-
- buildbot_db_name: buildbot
- buildbot_db_user: buildbot
- buildbot_db_pass: "{{ ansible_local.buildbot.database_password }}"
-
- buildbot_server_name: "{{ inventory_hostname }}"
-
- buildbot_builders: {}
-
- buildbot_hello_world_example: true
|