Peter Sprygada
12122952db
Merge pull request #3950 from grybak-arista/eos_exit_fix
...
Move call to filter_exit out of command execution block
2016-08-29 10:43:21 -04:00
Peter Sprygada
074273dbb4
update eos_template for network shared module
...
This updates the eos_template module to work with the changes introduced
in the network shared module in Ansible 2.2
Tested on EOS 4.15.4F
2016-08-26 16:37:59 -04:00
John Barker
79c55534fc
General EOS documentation improvements
...
Typos, formatting, choices.
2016-08-02 21:46:08 +01:00
Gary Rybak
dc21c211e3
Move call to filter_exit out of command execution block
...
to prevent setting 'changed' on a command list that is
completely filtered (empty).
2016-06-14 10:09:23 -06:00
Peter Sprygada
6b8a92045f
handles config replace properly in eos_template
...
fixes 3366
2016-04-05 22:58:04 -04:00
Peter Sprygada
ad519c2f5c
refactors eos_template to remove diff functions
...
replaces functions with netcfg shared library for handling configuration
diffs
2016-04-04 07:21:00 -04:00
James Cammarata
d7422c02ad
Merge pull request #3010 from grybak-arista/exit-filter
...
Filter exit commands when no other commands are included
2016-03-17 13:11:30 -04:00
Peter Sprygada
416dd73b09
bugfix in eos_template for backing up config
...
eos_template would connect to the remote device to get the running config
for backup even if backup is not needed.
2016-03-11 22:11:12 -05:00
Gary Rybak
373961da04
Add filter to eos_template to remove configuration mode command
...
followed immediately by an exit command indented one level.
2016-02-10 17:21:24 -07:00
Peter Sprygada
d66a0cbe3f
update eos_template doc string and return values
...
This updates the return values form eos_template to be consistent
across all template modules. This change now returns updates and
respones
2016-02-09 15:07:55 -05:00
Peter Sprygada
d29db07fab
initial add of new module eos_template
...
The eos_template module works by allowing configurations to be pushed
to Arista EOS devices that can be templated by the Ansible Jinja2
template engine
2016-02-01 22:21:40 -05:00