ansible / ansible-jupyter-kernel

Jupyter Notebook Kernel for running Ansible Tasks and Playbooks
Other
534 stars 62 forks source link

Changes registered variables to be a dictionary with keys by host #71

Closed benthomasson closed 5 years ago

benthomasson commented 5 years ago

Status

READY

Description

After considering feedback in #68 this changes the registered variables that are exported to the python scope to be stored in a dictionary where the keys are the names of the hosts and the values are the values of the registered variables.

Related PRs

none

Todos

Impacted Areas in Application

List general components of the application that this PR will affect:

This may increase memory use if large values are registered.