From: Alfredo Deza Date: Tue, 30 Jun 2015 13:59:59 +0000 (-0400) Subject: add the master playbook X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=cb51259577ca0fadf8c3813fd76aebd5313cea77;p=ceph-build.git add the master playbook Signed-off-by: Alfredo Deza --- diff --git a/ansible/master/master.yml b/ansible/master/master.yml new file mode 100644 index 00000000..b77263f6 --- /dev/null +++ b/ansible/master/master.yml @@ -0,0 +1,37 @@ +--- + +- hosts: jenkins + sudo: true + roles: + - ansible-jenkins + vars: + - plugins: + - 'ldap' + - 'github' + - 'translation' + - 'preSCMbuildstep' + - 'copyartifact' + - 'ssh-slaves' + - 'scm-api' + - 'rebuild' + - 'publish-over-ssh' + - 'nested-view' + - 'jenkins-multijob-plugin' + - 'greenballs' + - 'ghprb' + - 'github' + - 'github-api' + - 'git' + - 'git-client' + - 'envinject' + - 'credentials' + - 'copyartifact' + + - port: 8080 + - prefix: '/build' + - xmx: 8192 + # Email support + #- email: + # smtp_host: 'mail.example.com' + # smtp_ssl: 'true' + # default_email_suffix: '@example.com'