]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-build.git/commitdiff
add the master playbook
authorAlfredo Deza <adeza@redhat.com>
Tue, 30 Jun 2015 13:59:59 +0000 (09:59 -0400)
committerAlfredo Deza <adeza@redhat.com>
Tue, 30 Jun 2015 13:59:59 +0000 (09:59 -0400)
Signed-off-by: Alfredo Deza <adeza@redhat.com>
ansible/master/master.yml [new file with mode: 0644]

diff --git a/ansible/master/master.yml b/ansible/master/master.yml
new file mode 100644 (file)
index 0000000..b77263f
--- /dev/null
@@ -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'