Ansible for XOS
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎02-02-2015 04:13 PM
Have anyone done any playbook work with ansible for Extreme networks ? Is there anything done in the ansible-galaxy part or anything done internally at Extreme ?
23 REPLIES 23
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
‎04-11-2018 09:28 PM
SLX Ansible modules are now getting merged into Ansible core. See https://github.com/ansible/ansible/pull/38235 and https://github.com/ansible/ansible/pull/38607
Another user has started EXOS modules - the first one might get merged soon https://github.com/ansible/ansible/pull/37775
Another user has started EXOS modules - the first one might get merged soon https://github.com/ansible/ansible/pull/37775
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎04-11-2018 09:28 PM
FYI: exos_command and SLX-related modules are in Ansible 2.6, which has just been released as GA.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎03-09-2018 05:59 PM
Nothing new on EXOS (yet). We've just created that repo to have a place to put docs and example playbooks for using the new SLX modules that we're working on here https://github.com/StackStorm/ansible/tree/slxos_modules
I would love to also have EXOS modules in future, but nothing committed yet.
Of course, if others want to get started with writing Ansible modules, that would be great. They are all Open Source, and it's not that hard to get started with writing your own. See https://github.com/ansible/ansible/tree/devel/lib/ansible/modules/network for all the other examples.
Modules don't have to be written by the vendor themselves. Anyone can write them. You can see that a user has written modules for MLXe (Ironware). These are in the 2.5 release, which is in final RC stage right now, and will probably go GA next week.
I would love to also have EXOS modules in future, but nothing committed yet.
Of course, if others want to get started with writing Ansible modules, that would be great. They are all Open Source, and it's not that hard to get started with writing your own. See https://github.com/ansible/ansible/tree/devel/lib/ansible/modules/network for all the other examples.
Modules don't have to be written by the vendor themselves. Anyone can write them. You can see that a user has written modules for MLXe (Ironware). These are in the 2.5 release, which is in final RC stage right now, and will probably go GA next week.
