]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commit
Allow user to specify the mode of the openstack keys 1756/head
authorJohn Fulton <fulton@redhat.com>
Wed, 9 Aug 2017 20:52:18 +0000 (20:52 +0000)
committerJohn Fulton <fulton@redhat.com>
Thu, 10 Aug 2017 15:34:39 +0000 (15:34 +0000)
commit7d429410901601a0b29d2be079aaf2bcc7c2bb94
treed25280d51906261ee468e2c47c5d78f2ec0b87fe
parent10b06c3e6ee1fd54c7c68933c7827b007cf0174d
Allow user to specify the mode of the openstack keys

The openstack_keys structure now supports a key called mode
whose value is a string that one could pass to chmod to set
the mode of the key file. The ansible file module applies the
mode to all openstack keys with this property.

Fixes: #1755
group_vars/mons.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