Fulltext results:
- base-repo-get-value @z:relax:api:base
- SERVICE KEY * ''SERVICE'': A key of a service definition in the repository. * ''KEY'': The key for the value in the service definition to output. ===== Returns ===== Returns the value for the key in the service definition. ===== Example ===== <code bash> # # service must be a zone (have $ZONE set) if [ -z "$(bas
- base-repo-get-service @z:relax:api:base
- vice SERVICE * ''SERVICE'': a key of a service definition in the repository. ===== Returns ===== Returns the service definition. This is usually evaluated in a shell scr... by the ''eval'' command. ===== Example ===== <code bash> # # get service config config=$(base-repo-g... config for service '${service}'" >&2 exit 1 fi _debug "*** config: ${config} ***" # eval ${config} #
- base-net-load-url @z:relax:api:base
- referenced by the URL. ===== Examples ===== <code bash> base-net-load-url "${service_url}" </code> <code bash> PASSWORD=$(base-net-load-url ${PASSWORD_URL}) </code>
- host-user-list @z:relax:api:host
- r-tab HOST * ''HOST'': a key of a host service definition in the repository. ===== Returns ===== ... he ''/etc/passwd'' file. ===== Example ===== <code bash> users=$(host-user-list "${host}" \ | egrep -v "${IGNORED_USERS}" ) </code>
- base-ssh-login @z:relax:api:base
- MAND ] * ''SERVICE'': a key of an user or host definition in the repository. From this, the followi... d if ''REMOTE_HOST'' is not set): A key to a host definition in the repository. * ''REMOTE_HOST'' (optional): If ''REMOTE_HOST'' is not defined, ''HOST_REF'' must be present. * ''REMOT
- base-exec-user @z:relax:api:base
- user USER COMMAND * ''USER'': A key of an user definition in the repository. From this, the followi... d if ''REMOTE_HOST'' is not set): A key to a host definition in the repository. * ''REMOTE_HOST'' (optional): If ''REMOTE_HOST'' is not defined, ''HOST_REF'' must be present. * ''REMOT
- base-exec-superuser @z:relax:api:base
- l be elevated. This privilege elevation method is defined by $RIGHT_ELEVATION in the service configura... user USER COMMAND * ''USER'': A key of an user definition in the repository. From this, the followi
- Project Archive @z:relax:api:base
- ====== Project Archive ====== {{indexmenu>z:#1 .}} ===== Tags ===== ~~TAGCLOUD:50~~
- Project Archive @z:relax:api:host
- ====== Project Archive ====== {{indexmenu>z:#1 .}} ===== Tags ===== ~~TAGCLOUD:50~~
- Project Archive
- ====== Project Archive ====== {{indexmenu>z:#1 .}} ===== Tags ===== ~~TAGCLOUD:50~~
- host @z:relax:api:host
- The ''host'' module implements the methods to maintain a host. ===== Methods ===== {{indexmenu>.}}
- base @z:relax:api:base
- module implements the basic methods used by the other modules. ===== Methods ===== {{indexmenu>.}}
- ReLAX API
- ====== ReLAX API ====== {{indexmenu>.}}
- host-user-tab @z:relax:api:host
- r-tab HOST * ''HOST'': a key of a host service definition in the repository. ===== Returns =====
- base-ssh-mount @z:relax:api:base
- ount SERVICE * ''SERVICE'': A key of a service definition in the repository. ===== Returns =====