mac_maker.ansible_controller.runner

AnsibleRunner workflow class.

class mac_maker.ansible_controller.runner.AnsibleRunner(spec, debug=False)[source]

AnsibleRunner workflow class.

Parameters:
  • spec (Spec) – The provisioning spec instance.

  • debug (bool, default: False) – Enable or disable logs.

start()[source]

Start the Ansible provisioning workflow.

Return type:

None