We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When ansible 2.2 is available in EPEL we can start experimenting with the Dell FTOS9 modules:
http://docs.ansible.com/ansible/list_of_network_modules.html
The text was updated successfully, but these errors were encountered:
This does not work (sometimes it connected to the N1524 switch but didn't return anything. Sometimes it didn't connect at all (just hung) ):
inventory:
[dell_switches] 10.1.1.254 ansible_port=1025
playbook:
--- - name: dellswitches hosts: dell_switches gather_facts: False vars: cli: host: "{{ inventory_hostname }}" port: 1025 transport: cli timeout: 1 tasks: - debug: var=cli - dellos6_command: commands: show version
Sorry, something went wrong.
No branches or pull requests
When ansible 2.2 is available in EPEL we can start experimenting with the Dell FTOS9 modules:
http://docs.ansible.com/ansible/list_of_network_modules.html
The text was updated successfully, but these errors were encountered: