Manage the information in the aliases file
salt.modules.aliases.
get_target
(alias)Return the target associated with an alias
CLI Example:
salt '*' aliases.get_target alias
salt.modules.aliases.
has_target
(alias, target)Return true if the alias/target is set
CLI Example:
salt '*' aliases.has_target alias target
salt.modules.aliases.
list_aliases
()Return the aliases found in the aliases file in this format:
{'alias': 'target'}
CLI Example:
salt '*' aliases.list_aliases
Generated on April 03, 2018 at 06:37:10 MDT.
You are viewing docs for the previous stable release, 2016.11.9. Switch to docs for the latest stable release, 2017.7.4, or to a recent doc build from the develop branch.
© 2018 SaltStack. All Rights Reserved, SaltStack Inc. | Privacy Policy