We are writing an Ansible become-plugin for devel-su
so that Sailfish OS is a possible target system for Ansible playbooks. Previously, hacks like changing sudoers or root login via SSH.
I can already spoil that it works
Some questions arose, though:
- Is
devel-su
a Sailfish OS-specific command, or does it have another upstream developer/maintainer? - Is there any documentation? Sailfish has no manpages, and the command does not understand
-h
or--help
- Is it possible to switch to other users than root? If not, we can ignore
become_user
fordevel-su.
- Are there any other optional command line flags that could be set? If not, we can ignore
become_flags
.