]> git.apps.os.sepia.ceph.com Git - ceph-build.git/commitdiff
ansible: switch to OVH's cloud-init UID
authorKen Dreyer <kdreyer@redhat.com>
Thu, 22 Oct 2015 15:25:22 +0000 (09:25 -0600)
committerKen Dreyer <kdreyer@redhat.com>
Thu, 22 Oct 2015 15:25:22 +0000 (09:25 -0600)
OVH's cloud-init defaults to setting up an "admin" user rather than
"centos" or "ubuntu".

ansible/master.yml

index 5b93e75a2e1b5fb0d777d4de10cc00b602613f0f..d16acd5d126c40cc45d6924e0b3d822737e42e50 100644 (file)
@@ -1,7 +1,7 @@
 ---
 
 - hosts: jenkins
-  user: centos
+  user: admin
   sudo: true
   roles:
     - ansible-jenkins