mac_maker.ansible_controller.process¶
Process management for Ansible commands.
- class mac_maker.ansible_controller.process.AnsibleProcess(ansible_module, ansible_class, state)[source]¶
Process management for Ansible commands.
- Parameters
ansible_module (
str) – Dot path of the ansible module to load.ansible_class (
str) – The Ansible class to import from this module.state (
TypeState) – The loaded runtime state object.