Remove PrivateDevices

The PrivateDevices option, in LXC containers, causes more problems than
it solves. This change removes that option generally so that its no
longer a problem no matter how the installation of the ELK services is
done.

Change-Id: I7f881ac0da9eb6154f8e6b977df815736ac04264
Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
This commit is contained in:
Kevin Carter 2018-09-24 13:16:47 -05:00
parent 48d7b08773
commit 76aa98423e
No known key found for this signature in database
GPG Key ID: 9443251A787B9FB3
1 changed files with 0 additions and 1 deletions

View File

@ -10,4 +10,3 @@ TasksAccounting=true
# Sandbox setup
PrivateTmp=true
PrivateDevices={{ ((ansible_os_family | lower) != "redhat") | lower }}