EXOS & Ansible
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎03-16-2018 06:48 AM
Hi, I am wondering if anyone has been able to setup Ansible for EXOS switches. If so, can you provide a sample ansible-playbook configuration?
Thanks
Thanks
4 REPLIES 4
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎08-15-2018 04:02 PM
exos_facts has been merged into Ansible 2.7-dev0. You can use this by running the 'devel' version of Ansible. See https://github.com/ansible/ansible/pull/43210
exos_config has been submitted to Ansible. https://github.com/ansible/ansible/pull/43902 This should also make it into Ansible 2.7 GA, but you can of course use it now.
exos_config has been submitted to Ansible. https://github.com/ansible/ansible/pull/43902 This should also make it into Ansible 2.7 GA, but you can of course use it now.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎05-22-2018 10:18 PM
Note - that exos_command module has been merged. You can use the devel branch of Ansible to use that today (install it from Github), or wait until Ansible 2.6 goes GA (ETA late June 2018)
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎05-22-2018 10:18 PM
Ansible 2.6 is now GA, so you can easily use exos_command by installing the latest version of Ansible.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎04-11-2018 09:30 PM
To use Ansible with network devices, you need modules that work with that device. There are no EXOS Ansible modules in Ansible GA yet. A user has started a pull request to get some modules for EXOS added - see https://github.com/ansible/ansible/pull/37775.
YOu could also look at this repo: https://github.com/pavelrn/NetManage - they wrote custom modules that use perl + the XML API
YOu could also look at this repo: https://github.com/pavelrn/NetManage - they wrote custom modules that use perl + the XML API
