Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 360 Bytes

File metadata and controls

16 lines (11 loc) · 360 Bytes

Examples

Using Ansible runtime

{!../test/test_runtime_example.py!}

Access to Ansible configuration

As you may not want to parse ansible-config dump yourself, you can make use of a simple python class that facilitates access to it, using python data types.

{!../test/test_configuration_example.py!}