mac_maker.profile.spec_file
A file containing an Ansible provisioning specification.
Exceptions for spec files. |
|
A provisioning spec file validator. |
- class mac_maker.profile.spec_file.SpecFile[source]
A file containing an Ansible provisioning specification.
- property content: Spec
Return the spec file’s content.
- Returns:
The spec file content.
- Raises:
SpecFileContentNotDefined
- property path: Path | str
Return the path to the spec file.
- Returns:
The path to the spec file.
- Raises:
SpecFilePathNotDefined