]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commit
Allow user to define ACLs for OpenStack keys 1696/head
authorJohn Fulton <fulton@redhat.com>
Wed, 19 Jul 2017 22:20:18 +0000 (22:20 +0000)
committerJohn Fulton <fulton@redhat.com>
Thu, 20 Jul 2017 13:20:16 +0000 (13:20 +0000)
commit73633f05a092190df8efa3aa5745aa1e0c4def19
tree8199118ca7f3987b69e7ab684f6a67bf85b10172
parent94651197ff0d8179ccd0212415600d7318306fa1
Allow user to define ACLs for OpenStack keys

The keys and openstack_keys structure now supports an optional
key called acls whose value is a list of strings one could pass
to setfacl. The ansible ACL module applies the ACLs to all
openstack keys with this property.

Fixes: #1688
group_vars/clients.yml.sample
group_vars/mons.yml.sample
group_vars/rgws.yml.sample
roles/ceph-client/defaults/main.yml
roles/ceph-client/tasks/create_users_keys.yml
roles/ceph-mon/defaults/main.yml
roles/ceph-mon/tasks/openstack_config.yml