Fulltext results:
- base-exec-user @z:relax:api:base
- ====== base-exec-user ====== Executes a command as a given user. Command is executed using ssh if the user is not on localhost. ===== Usage ===== base-exec-user USER COMMAND * ''USER'': A key of an user defi
- base-exec-superuser @z:relax:api:base
- c-superuser ====== Executes a command as a given user. Command is executed using ssh if the user is not on localhost. Before executing the command, the privi... sudo''. ===== Usage ===== base-exec-superuser USER COMMAND * ''USER'': A key of an user definition in the repository. From this, the following properti
- base-ssh-login @z:relax:api:base
- t's used by other methods (especially [[base-exec-user]]) to remotely execute a command. ===== Usage ==... SERVICE [ COMMAND ] * ''SERVICE'': a key of an user or host definition in the repository. From this, ... ned, ''HOST_REF'' must be present. * ''REMOTE_USER'' (optional): The user execute the command remotely. If not present, same as local user will be taken.
- host-user-list @z:relax:api:host
- ====== host-user-list ====== Lists the users on a given host. ===== Usage ===== host-user-tab HOST * ''HOST'': a key of a host service d... e. ===== Example ===== <code bash> users=$(host-user-list "${host}" \ | egrep -v "${IGNORED_USERS}" )
- host-user-tab @z:relax:api:host
- ====== host-user-tab ====== Lists the users on a given host as a colon separated table. ===== Usage ===== host-user-tab HOST * ''HOST'': a key of a host service d