adding buildslave to qadevel-stg and fixing some vars

This commit is contained in:
Tim Flink 2015-05-19 16:29:42 +00:00
parent cf907dcce2
commit 2db3fe2eb7
2 changed files with 3 additions and 1 deletions

View file

@ -50,7 +50,7 @@ backup_ssh_pubkey: ssh-dss AAAAB3NzaC1kc3MAAACBAJr3xqn/hHIXeth+NuXPu9P91FG9jozF3
buildmaster_db_host: localhost
buildmaster_template: ci.master.cfg.j2
buildmaster_endpoint: taskmaster
buildmaster_endpoint: builds
buildslave_ssh_pubkey: ''
buildslave_port: 9989
buildmaster_dir: /home/buildmaster/master

View file

@ -80,6 +80,8 @@
roles:
- { role: taskotron/buildmaster, tags: ['buildmaster'] }
- { role: taskotron/buildmaster-configure, tags: ['buildmasterconfig'] }
- { role: taskotron/buildslave, tags: ['buildslave'] }
- { role: taskotron/buildslave-configure, tags: ['buildslaveconfig'] }
handlers:
- include: "{{ handlers }}/restart_services.yml"