From: Ken Dreyer Date: Thu, 22 Oct 2015 15:25:22 +0000 (-0600) Subject: ansible: switch to OVH's cloud-init UID X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=19463179be2cf2e44ff71ac1a1929c364a55d056;p=ceph-build.git ansible: switch to OVH's cloud-init UID OVH's cloud-init defaults to setting up an "admin" user rather than "centos" or "ubuntu". --- diff --git a/ansible/master.yml b/ansible/master.yml index 5b93e75a2..d16acd5d1 100644 --- a/ansible/master.yml +++ b/ansible/master.yml @@ -1,7 +1,7 @@ --- - hosts: jenkins - user: centos + user: admin sudo: true roles: - ansible-jenkins