I am an ansible newbie. My first non-trivial ansible project is to update / optimize the configuration of Juniper switches. The ansible modules are not run on the Juniper switch but locally on the ansible controller. The default modules do not seem to match our requirements, thus a (python) user module is needed. In a role ( ~/roles/x/vars/main.yaml ) a multi-level dict (in python-parlance) is defined, which includes a few lists. Is this information accessible from within a python script running on the ansible controller, and if so, how?
-- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/bcfc0ff2-ad8b-4030-b9a2-de7871177516%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
