Manage the information in the aliases file
Return the target associated with an alias
CLI Example:
salt '*' aliases.get_target alias
Return true if the alias/target is set
CLI Example:
salt '*' aliases.has_target alias target
Return the aliases found in the aliases file in this format:
{'alias': 'target'}
CLI Example:
salt '*' aliases.list_aliases
Generated on December 02, 2024 at 20:43:57 UTC.
You are viewing docs for the latest stable release, 3007.1. Switch to docs for the previous stable release, 3006.9, or to a recent doc build from the master branch.
© 2024 VMware, Inc. | Privacy Policy