ansible / ansible-jupyter-kernel

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

Add default inventory to the export ansible bundle zip file #44

Closed benthomasson closed 6 years ago

benthomasson commented 6 years ago

The default inventory is:

[all]
localhost ansible_connection=local

Add this inventory to the ansible bundle zip file if no other inventory is defined.

benthomasson commented 6 years ago

See #48