Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 335 Bytes

localhost.md

File metadata and controls

17 lines (13 loc) · 335 Bytes

localhost

Overview

The localhost instance. Used to run ansible modules from the localhost.

Examples

def test_fun(localhost):
    localhost.api_call()

Expected Output

An Ansible Host instance capable of calling ansible modules.