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: Ib9da740b5504533a1224d7c0b3e07e1af8b352b5
This commit is contained in:
Andrey 2017-01-17 17:26:14 -06:00 committed by Jesse Pretorius (odyssey4me)
parent 72e4e7d178
commit 51816f0faf

View File

@ -60,7 +60,7 @@
mode: "{{ item.mode|default('0755') }}"
with_items:
- { path: "/openstack", owner: "root", group: "root" }
- { path: "/etc/nova" }
- { path: "/etc/nova", mode: "0750" }
- { path: "/etc/nova/rootwrap.d", owner: "root", group: "root" }
- { path: "/etc/sudoers.d", mode: "0750", owner: "root", group: "root" }
- { path: "/var/cache/nova" }