mirror of https://github.com/ceph/ceph
8 lines
384 B
Plaintext
8 lines
384 B
Plaintext
# allow cephadm user to sudo cephadm
|
|
cephadm ALL=NOPASSWD: /usr/bin/cephadm --image * ls
|
|
cephadm ALL=NOPASSWD: /usr/bin/cephadm --image * unit *
|
|
cephadm ALL=NOPASSWD: /usr/bin/cephadm --image * shell *
|
|
cephadm ALL=NOPASSWD: /usr/bin/cephadm --image * deploy *
|
|
cephadm ALL=NOPASSWD: /usr/bin/cephadm --image * ceph-volume *
|
|
cephadm ALL=NOPASSWD: /usr/bin/cephadm --image * rm-daemon *
|