Change permission for conf folder

According to the security guide config files should not be
reachable by any users except the owner and root.

Change-Id: Id5ed097ac7208f6bb8872d39436aa6accaff5f30
This commit is contained in:
Andrey 2017-01-17 17:21:55 -06:00 committed by Jesse Pretorius (odyssey4me)
parent 98157b0210
commit 56f7baaadb

View File

@ -38,7 +38,7 @@
mode: "{{ item.mode|default('0755') }}"
with_items:
- { path: "/openstack", mode: "0755", owner: "root", group: "root" }
- { path: "/etc/glance" }
- { path: "/etc/glance", mode: "0755" }
- { path: "/var/cache/glance" }
- { path: "{{ glance_system_user_home }}" }
- { path: "{{ glance_system_user_home }}/cache/api", mode: "0700" }