Skip to content
New issue

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

Configure network switches #167

Open
martbhell opened this issue Nov 4, 2016 · 1 comment
Open

Configure network switches #167

martbhell opened this issue Nov 4, 2016 · 1 comment

Comments

@martbhell
Copy link
Contributor

martbhell commented Nov 4, 2016

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

@martbhell
Copy link
Contributor Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant