]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-build.git/commitdiff
use a non standard port for master.yml
authorAlfredo Deza <adeza@redhat.com>
Tue, 7 Jul 2015 12:33:12 +0000 (08:33 -0400)
committerAlfredo Deza <adeza@redhat.com>
Fri, 17 Jul 2015 21:23:26 +0000 (17:23 -0400)
Signed-off-by: Alfredo Deza <adeza@redhat.com>
ansible/master/master.yml

index 978622846d38a4f1b62b675ead3363b127c5e295..53ef2b82101e9756d0ddee814138bae9e6dfdefe 100644 (file)
@@ -1,10 +1,12 @@
 ---
 
 - hosts: jenkins
+  user: centos
   sudo: true
   roles:
     - ansible-jenkins
   vars:
+    - ansible_ssh_port: 2222
     - plugins:
       - 'ldap'
       - 'github'