We set the ansible_ssh_user and ansible_ssh_pass at the inventory level, commenting these out to avoid precedence issue.
We set the ansible_ssh_user and ansible_ssh_pass on the Junos group. However, that has lower precedence than group_vars. Commenting the group_vars so we have the creds for all Nodepool nodes within the inventory.
* Docs Networking tests * Copy networking tests from test-network-modules * Networking transport settings - group_vars * Network playbooks * Debug should be off by default * Update nxos.yaml * Remove items from top level * Use dependencies, not pre-tasks * Remove trailing blank lines * Remove backup files * newlines