Skip to content

Commit

Permalink
Fix sudoers for Ceph
Browse files Browse the repository at this point in the history
Since moving ansible to a virtualenv in the toolbox Ceph could not run
find_disks.

Change-Id: I8bce61887273f1c27ab79edec947d36a3aab3c48
  • Loading branch information
Paul Bourke committed Jun 1, 2018
1 parent c81423b commit 9ef9cbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/kolla-toolbox/ansible_sudoers
@@ -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 *

0 comments on commit 9ef9cbe

Please sign in to comment.