Skip to content

Latest commit

 

History

History
94 lines (48 loc) · 1.89 KB

ansible.md

File metadata and controls

94 lines (48 loc) · 1.89 KB

module ansible

Main Ansible Module Builder.

Global Variables

  • ansible_runner
  • HOOK_TYPE_ANSIBLE_EVENT
  • HOOK_TYPE_ANSIBLE_RUNBOOK_COMPLETE
  • SUPRESS_OUTPUT
  • EVENT_FAILURE
  • EVENT_OK

class Ansible

Ansible.


classmethod copy_dirs

copy_dirs() → List[str]

copy_dirs.

Args:

Returns:

  • List[str]: list of directory strings

classmethod event_handler

event_handler(evt_dct: Dict) → bool

classmethod run_all

run_all(modules_directory: Path, debug_only: bool)

run.


classmethod run_single

run_single(module_path: Path, debug_only: bool)

run.


This file was automatically generated via lazydocs.