Peter Sprygada
b80929bf0b
adds new module junos_package
...
the new module allows playbook designers to manage packages on remote
devices running junos.
2016-04-24 22:04:33 -04:00
Peter Sprygada
d767ce6d13
Merge pull request #3537 from privateip/ops_facts
...
adds new module ops_facts
2016-04-24 21:40:45 -04:00
Peter Sprygada
d7b6289539
adds new module ops_facts
...
This adds a new module for collect device facts from remote devices
running OpenSwitch. This module is useful when collecting fact information
over CLI transport.
2016-04-24 21:37:29 -04:00
Peter Sprygada
76f17c31e9
Merge pull request #3429 from privateip/junos_config
...
add support for netconf to junos_config
2016-04-24 14:15:43 -04:00
Peter Sprygada
5814748b4d
add support for netconf to junos_config
...
The junos_config module now supports the netconf transport.
2016-04-24 14:12:06 -04:00
Peter Sprygada
9b5c71ec03
Merge pull request #3534 from privateip/junos_template
...
add support for netconf to junos_template
2016-04-24 13:13:24 -04:00
Peter Sprygada
a19410483d
add support for netconf to junos_template
...
This commit adds support for sending full syntanx junos configurations using
junos_template and netconf
2016-04-24 11:48:08 -04:00
Peter Sprygada
36755e5fe2
Merge pull request #3532 from privateip/junos_command
...
fixes docstring format in junos_command
2016-04-24 09:11:30 -04:00
Peter Sprygada
14ea46199a
Merge pull request #3519 from privateip/junos_facts
...
adds new junos_facts module
2016-04-24 09:08:07 -04:00
Peter Sprygada
2d9c3c02e5
fixes docstring format in junos_command
2016-04-24 08:39:30 -04:00
Peter Sprygada
a6dc526570
adds config_format argument to the facts module
...
this change adds config_format argument with choices of xml, set or text to
specify the desired format of the config returned from the remote device. The
default value is text
2016-04-24 08:32:47 -04:00
Peter Sprygada
c41cb48007
Merge pull request #9 from dgarros/junos_modules
...
Add support for xml, set and text format for config
2016-04-24 07:58:56 -04:00
Peter Sprygada
297b93dd1b
Merge pull request #3520 from privateip/junos_netconf
...
adds new module junos_netconf used for configuring netconf services
2016-04-24 07:36:53 -04:00
Peter Sprygada
fe7df6ca30
Merge pull request #3428 from privateip/junos_command
...
add support to junos_command module for netconf transport
2016-04-24 07:17:11 -04:00
Toshio Kuratomi
1d25c41844
Merge pull request #3525 from madpilot78/freebsd-service-sleep
...
Make FreeBSD subclass respect the sleep option.
2016-04-23 08:22:21 -07:00
Toshio Kuratomi
b6bca63205
Merge pull request #3524 from mscherer/add_path_user
...
Change home and ssh_key_file to 'path' in user module
2016-04-23 08:18:26 -07:00
Guido Falsi
8aac5ae7ba
Make FreeBSD subclass respect the sleep option.
2016-04-23 14:10:11 +02:00
GGabriele
b6b75720ec
Fixed doc
2016-04-23 13:36:03 +02:00
Michael Scherer
e3cb90bc2f
Change home and ssh_key_file to 'path' in user module
2016-04-23 10:49:55 +02:00
Darek Kaczyński
f7c32e2b5e
Fix for 'cannot unmarshal array into Go value of type string' error about HostConfig Binds ( #3496 )
2016-04-22 21:05:16 -04:00
GGabriele
3c91dc1f79
Removed old file
2016-04-22 22:44:38 +02:00
GGabriele
7408c8ab14
Changed module name to nxos_facts
2016-04-22 22:42:17 +02:00
Peter Sprygada
fadd307b35
adds new module junos_netconf used for configuring netconf services
...
This module allows playbook operators to configure the netconf service in
junos for use with other juniper modules.
2016-04-22 15:39:38 -04:00
Peter Sprygada
9a66410899
adds new junos_facts module
...
The junos_facts module will collect basic system inforamtion about remote
devices running the Junos operating system
2016-04-22 15:38:18 -04:00
Peter Sprygada
8c63a02cc8
add support to junos_command module for netconf transport
...
This adds support for using netconf to the junos_command option and removes
the use of cli as a transport
2016-04-22 15:35:35 -04:00
Sumit Roy
7fb0605824
Support tagging ELBs using boto 2.0. ( #2844 )
2016-04-22 15:34:58 -04:00
chouseknecht
3f8d04e74b
Fix poller error handling
2016-04-21 17:55:24 -04:00
chouseknecht
14124ef1b8
Updating based on PR comments
2016-04-21 17:55:06 -04:00
chouseknecht
1ab5987ebc
Adding new azure module.
2016-04-21 17:55:06 -04:00
jctanner
804a8e6378
Fix status check on get_url with file schemas and update the examples. ( #3512 )
...
Addresses #3511
2016-04-21 16:28:29 -04:00
Brian Coca
3c009bd04f
corrected return docs sample
2016-04-21 16:07:44 -04:00
vaupelt
67de0675c3
exclude_hosts does not work as expected with state=drained
...
There are established connections for a service. The service is bound to a ipv4-mapped ipv6 address. Wait_for wrongly waits for clients listed in exclude_hosts.
2016-04-21 13:11:55 -04:00
Toshio Kuratomi
3cbca32e73
Merge pull request #3507 from resmo/fix/git-porcelain-status
...
git: fix status to use porcelain, ignore user configuration
2016-04-21 08:51:37 -07:00
Michael Scherer
0300b2add1
Remove old test on SELinux ( #3510 )
...
since all is done in modules_utils/basic.py, no need to make
the same test here, especially since that's unused later
2016-04-21 10:44:11 -04:00
Robin Roth
2256ae0793
fix git switch branches in combination with depth on old git versions ( #3492 )
...
* fix git switch branches in combination with depth
* the old implementation is correct, but relies on git working correctly
(as only newer versions do)
* with some older git version (e.g. 1.8.3), git fetch remote branch does
not work, if the branch does not yet exist locally
* this patch works around that without explicitly checking the git version
* future refactoring is needed to reduce the number of fetches to a
minimum; but this patch makes the code "correct"
* add git version requirements to doc
* replace set-branches with git 1.7.1 compatible version
2016-04-21 07:40:54 -07:00
GGabriele
0f57bb1513
Fixing bugs
2016-04-21 16:01:04 +02:00
ThomasSteinbach
8dc0276533
docker: fix type issue ( #3491 )
...
* fix type issue
* fix type issue for 'volumes-from'
2016-04-21 13:28:26 +02:00
GGabriele
c25610777f
Adding nxos_ip_interface
2016-04-21 10:48:45 +02:00
Rene Moser
1f92e77650
git: fix status to use porcelain, ignore user configuration
...
From the git status doc:
--porcelain
Give the output in an easy-to-parse format for scripts. This is similar to the short output, but will remain stable across Git versions and regardless of user configuration. See below for details.
User configuration can break the git module from working as expected.
2016-04-21 10:41:03 +02:00
Matt Davis
c6f5475afe
Merge pull request #3501 from dreamcat4/fix/win-modules-strict-mode-fixes
...
Fix/win modules strict mode fixes
2016-04-20 16:06:01 -07:00
Dreamcat4
b3584c5ffe
fix: win_get_url - fixes for strict-mode
2016-04-20 20:26:44 +01:00
Dreamcat4
bb229c8fa2
fix: win_stat - fixes for strict-mode
2016-04-20 20:26:27 +01:00
Adrian Likins
d83c269b82
improve redhat_subscription documentation ( #3348 )
...
* add subscription-manager's --type, --consumerid, --name option support
* redhat_subscription: More docs on consumerid
2016-04-20 17:33:08 +02:00
Michael Scherer
a144663953
Fix error reporting for fetch_key ( #2662 )
...
Since fetch_url already take care of the exception, the try/except
clause is no longer working, so replace it with proper status
checking, thus permitting to remove urlib2 from the import list.
2016-04-19 18:03:14 -04:00
Constantin
b3bcd5a433
Added improvements and documented return structure ( #2320 )
2016-04-19 18:01:27 -04:00
jjshoe
bfa0a94c27
Fix an issue where by a call to ec2.get_image wasn't wrapped in a try/except, and would occasionally throw an exception in the wild. Also greatly simplifies two of the ugliest known loops to man down into a single loop. ( #2554 )
2016-04-19 18:00:16 -04:00
Brian Coca
c64b7a71fb
removed usless default doc
2016-04-19 17:48:11 -04:00
Justin Kennedy
7a2b00b625
Updating examples to include required fields ( #3242 )
...
Updated examples to include required fields (host, username). Also updated src option to be listed as required.
2016-04-19 17:46:34 -04:00
Brian Coca
53c4827da5
added missing version_added
2016-04-19 17:45:36 -04:00
Pål Nilsen
eb6192c050
Add optional force parameter for apache2_module ( #3251 )
...
* Add optional force parameter for apache2_module
Fixes #2499
* Add documentation for the force parameter
* Clarify in description that -f(orce) is a Debian parameter
2016-04-19 17:44:08 -04:00