You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to integrate some ipython magics with ansible on SOS kernel. I am able to set ansible_runner directory and use defined var and hosts files. But using ansible_kernel, I am not able to achieve the same. I tried going through the code, where inside ansible/config/base.yml ### DEFAULT_HOST_LIST: has /etc/ansible/hosts as default. But adding any inventory there doesnt seem to work.
Is there any existing method to control inventory? Having a method to control inventory and play storage files can help share common resources across notebooks without having to rewrite common code.
Thankyou for any help in advance.
The text was updated successfully, but these errors were encountered:
I am trying to integrate some ipython magics with ansible on SOS kernel. I am able to set ansible_runner directory and use defined var and hosts files. But using ansible_kernel, I am not able to achieve the same. I tried going through the code, where inside ansible/config/base.yml ### DEFAULT_HOST_LIST: has /etc/ansible/hosts as default. But adding any inventory there doesnt seem to work.
Is there any existing method to control inventory? Having a method to control inventory and play storage files can help share common resources across notebooks without having to rewrite common code.
Thankyou for any help in advance.
The text was updated successfully, but these errors were encountered: