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
netapi
modules