summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | | Merge pull request #4523 from privateip/vyos_configPeter Sprygada2016-08-261-66/+195
|\ \ \ \
| * | | | updates to vyos_config module argumentsPeter Sprygada2016-08-251-66/+195
* | | | | Fixes for lineinfile (#4553)Toshio Kuratomi2016-08-261-63/+71
| |/ / / |/| | |
* | | | Merge pull request #4550 from privateip/ios_factsPeter Sprygada2016-08-251-39/+47
|\ \ \ \
| * | | | update RETURNS doc string in ios_factsPeter Sprygada2016-08-251-39/+47
| | |/ / | |/| |
* | | | ssh_public_keys on Azure virtual machine is a list (#4350)Patrick Marques2016-08-251-2/+2
|/ / /
* | | Merge pull request #4536 from privateip/srosPeter Sprygada2016-08-253-0/+620
|\ \ \
| * | | initial add of network/sros modulesPeter Sprygada2016-08-253-0/+620
* | | | Fix multiple issues with unzip and gtar support (#4131)Dag Wieers2016-08-251-46/+67
* | | | Remove redundant code AFAICT (#3908)Dag Wieers2016-08-241-32/+0
* | | | Merge pull request #4524 from privateip/vyos_commandPeter Sprygada2016-08-241-17/+46
|\ \ \ \
| * | | | added new functionality to vyos_commandPeter Sprygada2016-08-241-17/+46
| |/ / /
* | | | Merge pull request #4509 from privateip/iosxr_commandPeter Sprygada2016-08-241-74/+133
|\ \ \ \
| * | | | add new functionality to iosxr_command modulePeter Sprygada2016-08-231-74/+133
* | | | | Fix hg for python3 (#4528)Toshio Kuratomi2016-08-241-6/+9
* | | | | Add parameter to `ec2` module to control instance shutdown behavior (stop|ter...Richard Adams2016-08-241-0/+18
* | | | | Cleanups of command.py (#4526)Toshio Kuratomi2016-08-241-28/+24
* | | | | Removing duplicate name: parameter possible typo (#4525)Karthik Suresh2016-08-241-1/+0
| |/ / / |/| | |
* | | | Enable CI on Shippable for OS X. (#4515)Matt Clay2016-08-231-0/+2
| |/ / |/| |
* | | Merge pull request #4514 from chouseknecht/develChris Houseknecht2016-08-231-14/+11
|\ \ \
| * | | Fix doc strings. Use of > was breaking HTML generation on docs site module page.chouseknecht2016-08-231-14/+11
|/ / /
* | | Merge pull request #4501 from privateip/eos_commandPeter Sprygada2016-08-231-32/+91
|\ \ \
| * | | add new functionality to eos_command modulePeter Sprygada2016-08-231-32/+91
* | | | Add support for setting fstab location on Linux too for mount (#3271)Michael Scherer2016-08-231-0/+3
* | | | Add acl freebsd (#3656)Michael Scherer2016-08-231-9/+29
* | | | Merge pull request #4503 from privateip/eos_configPeter Sprygada2016-08-231-57/+218
|\ \ \ \
| * | | | update eos_config with new argumentsPeter Sprygada2016-08-221-57/+218
|/ / / /
* | | | Merge pull request #4500 from privateip/nxos_commandPeter Sprygada2016-08-221-1/+1
|\ \ \ \
| * | | | fix example in nxos_command modulePeter Sprygada2016-08-221-1/+1
|/ / / /
* | | | Merge pull request #4485 from privateip/nxos_configPeter Sprygada2016-08-221-68/+233
|\ \ \ \
| * | | | update nxos_config with new argumentsPeter Sprygada2016-08-211-68/+233
* | | | | Merge pull request #4482 from privateip/ios_configPeter Sprygada2016-08-221-100/+214
|\ \ \ \ \
| * | | | | merge functions from ios into ios_configPeter Sprygada2016-08-201-100/+214
| | |_|/ / | |/| | |
* | | | | Merge pull request #4484 from privateip/nxos_commandPeter Sprygada2016-08-221-84/+134
|\ \ \ \ \
| * | | | | added new functionality to nxos_commandPeter Sprygada2016-08-221-84/+134
| | |/ / / | |/| | |
* | | | | re.match for numeric only for kwargs[key] = int(value) (#4495)codyrat2016-08-221-1/+1
| |_|/ / |/| | |
* | | | Merge pull request #4481 from privateip/ios_factsPeter Sprygada2016-08-221-12/+19
|\ \ \ \
| * | | | fixes issue with duplicated commands in CommandRunnerPeter Sprygada2016-08-221-12/+19
| | |/ / | |/| |
* | | | Merge pull request #4480 from privateip/ios_commandPeter Sprygada2016-08-221-17/+44
|\ \ \ \ | |/ / / |/| | |
| * | | added new functionality to ios_commandPeter Sprygada2016-08-221-17/+44
|/ / /
* | | git: add a umask parameter (#4473)jctanner2016-08-191-0/+22
* | | Add ipv6 paramater to digital_ocean module (#4447)nishiokay2016-08-191-2/+12
* | | Refactor stat.py so that it would be more friendly for unittests. (#4462)Toshio Kuratomi2016-08-181-94/+124
* | | Merge pull request #4458 from jedelman8/develPeter Sprygada2016-08-181-27/+45
|\ \ \ | |/ / |/| |
| * | added a periodJason Edelman2016-08-181-1/+1
| * | make aliases a list in the docstringJason Edelman2016-08-181-1/+2
| * | remove commented out code, add alias, and docJason Edelman2016-08-181-5/+3
| * | updated version_added for new paramJason Edelman2016-08-171-0/+1
| * | fixed error handlingJason Edelman2016-08-171-2/+4
| * | fixed docsJason Edelman2016-08-171-17/+15