Skip to content

Commit

Permalink
buildbot-worker: Find buildbot_master_host based on groupname 'buildb…
Browse files Browse the repository at this point in the history
…ot-masters'
  • Loading branch information
strfry committed Jun 15, 2018
1 parent 29a32f8 commit 181d00f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion winworker/create/defaults/main.yml
@@ -1,5 +1,5 @@
---
buildbot_master_host: '' # required ansible hostname
buildbot_master_host: "{{ groups[buildbot_master_group | default('buildbot-masters')] | first }}"
buildbot_worker_admin: "Ansible <admin@{{ buildbot_worker_name }}>"
buildbot_worker_description: "Buildbot Worker build by Ansible"

Expand Down
2 changes: 1 addition & 1 deletion worker/create/defaults/main.yml
@@ -1,5 +1,5 @@
---
buildbot_master_host: '' # required ansible hostname
buildbot_master_host: "{{ groups[buildbot_master_group | default('buildbot-masters')] | first }}"
buildbot_worker_admin: "Ansible <admin@{{ buildbot_worker_name }}>"
buildbot_worker_description: "Buildbot worker build by Ansible"
buildbot_version: '1.1.0'
Expand Down

0 comments on commit 181d00f

Please sign in to comment.