Fix sudoers for Ceph

Since moving ansible to a virtualenv in the toolbox Ceph could not run
find_disks.

Change-Id: I8bce61887273f1c27ab79edec947d36a3aab3c48
This commit is contained in:
Paul Bourke 2018-06-01 14:35:02 +01:00
parent c81423b1e8
commit 9ef9cbeb8f
1 changed files with 1 additions and 1 deletions

View File

@ -1 +1 @@
ansible ALL=(root) NOPASSWD: /usr/bin/ansible localhost -m find_disks -a *, /usr/local/bin/ansible localhost -m find_disks -a *
ansible ALL=(root) NOPASSWD: /opt/ansible/bin/ansible localhost -m find_disks -a *, /usr/local/bin/ansible localhost -m find_disks -a *