]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-cm-ansible.git/commit
common: add kerberos task
authorKen Dreyer <kdreyer@redhat.com>
Mon, 20 Apr 2015 19:06:55 +0000 (13:06 -0600)
committerKen Dreyer <kdreyer@redhat.com>
Mon, 20 Apr 2015 20:42:00 +0000 (14:42 -0600)
commitf8d46167ad3376fa9e8db0949422b41fca9e9e3c
tree92cc0ca994817bd9d44476b935119d954be8704b
parent039150a8140c917ad9d8541717718f488d4958eb
common: add kerberos task

Add a new "kerberos" task to the common role. This will install the
kerberos client (kinit) on all hosts and configure /etc/krb5.conf with
the appropriate realm.

On our internal lab, ansible will insert our Red Hat kerberos realm into
the default_realm. In the community lab, this will use a dummy
EXAMPLE.COM realm, similar to what the packages install by default.
roles/common/defaults/main.yml
roles/common/tasks/kerberos.yml [new file with mode: 0644]
roles/common/tasks/main.yml
roles/common/templates/krb5.conf [new file with mode: 0644]