Manage LXD profiles.
New in version 2019.2.0.
| maintainer: | René Jochum <rene@jochums.at> |
|---|---|
| maturity: | new |
| depends: | python-pylxd |
| platform: | Linux |
salt.states.lxd_profile.absent(name, remote_addr=None, cert=None, key=None, verify_cert=True)¶Ensure a LXD profile is not present, removing it if present.
An URL to a remote Server, you also have to give cert and key if you provide remote_addr!
PEM Formatted SSL Zertifikate.
PEM Formatted SSL Key.
See the requests-docs for the SSL stuff.
salt.states.lxd_profile.present(name, description=None, config=None, devices=None, remote_addr=None, cert=None, key=None, verify_cert=True)¶Creates or updates LXD profiles
A config dict or None (None = unset).
An URL to a remote Server, you also have to give cert and key if you provide remote_addr!
PEM Formatted SSL Zertifikate.
PEM Formatted SSL Key.
See the lxd-docs for the details about the config and devices dicts. See the requests-docs for the SSL stuff.
Docs for previous releases are available on readthedocs.org.
Latest Salt release: 3004.1