salt.modules.idem#
Idem Support#
This module provides access to idem execution modules
New in version 3002.
- salt.modules.idem.exec_(path, acct_file=None, acct_key=None, acct_profile=None, *args, **kwargs)#
Call an idem execution module
- path
The idem path of the idem execution module to run
- acct_file
Path to the acct file used in generating idem ctx parameters. Defaults to the value in the ACCT_FILE environment variable.
- acct_key
Key used to decrypt the acct file. Defaults to the value in the ACCT_KEY environment variable.
- acct_profile
Name of the profile to add to idem's ctx.acct parameter. Defaults to the value in the ACCT_PROFILE environment variable.
- args
Any positional arguments to pass to the idem exec function
- kwargs
Any keyword arguments to pass to the idem exec function
CLI Example:
salt '*' idem.exec test.ping
- Maturity:
new
- Depends:
acct, pop, pop-config, idem
- Platform:
all