forked from ansible-network/network-engine
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
updates readme, changelog, docs, & announcement
- Loading branch information
Alicia Cozine
committed
May 16, 2018
1 parent
4ae40a9
commit 3def0a3
Showing
10 changed files
with
448 additions
and
41 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
Ansible Network: Network Engine Release | ||
---------------------------------------- | ||
|
||
The Ansible Network team is pleased to announce that the initial release of the Network Engine Ansible role is now available in Ansible Galaxy! | ||
|
||
What is an Ansible Role? | ||
---------------------------------- | ||
An Ansible Role is a collection of related tasks, methods, plugins, and modules in a standard format. You can use Roles in tasks or playbooks. | ||
|
||
What does the Network Engine Role do? | ||
---------------------------------- | ||
The Network Engine Role provides the fundamental building blocks for a data-model-driven approach to automated network management. Network Engine: | ||
|
||
- extracts data about your network devices | ||
- returns the data as Ansible facts in a JSON data structure, ready to be added to your inventory host facts and/or consumed by Ansible tasks and templates | ||
- works on any network platform | ||
|
||
With the Network Engine role, and other Roles built around it, you can normalize your Ansible facts across your entire network. | ||
|
||
How do I get it? | ||
---------------------------------- | ||
Via Ansible Galaxy using the following Linux command: | ||
|
||
`ansible-galaxy install ansible-network.network-engine` | ||
|
||
How do I use it? | ||
---------------------------------- | ||
See the [User Guide](https://github.com/ansible-network/network-engine/blob/devel/docs/user_guide/main.md) for details and examples. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
new_modules: | ||
- New module ``command_parser`` (renamed from ``text_parser``) | ||
- New module ``textfsm_parser`` (renamed from ``textfsm``) | ||
|
||
deprecated_features: | ||
- Module ``text_parser`` renamed to ``command_parser``; original name deprecated; legacy use supported; will be removed in 2.6.0. | ||
- Module ``textfsm`` renamed to ``textfsm_parser``; original name deprecated; legacy use supported; will be removed in 2.6.0. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.