Chris Houseknecht
fedf06c449
Adding module azure_rm_securitygroup ( #3486 )
...
* Adding module azure_rm_securitygroup
* Fix poller error handling
8 years ago
Chris Houseknecht
8ba16e9866
Adding new module azure_rm_storageblob ( #3482 )
8 years ago
Chris Houseknecht
0d285ec18b
Adding module azure_rm_subnet ( #3481 )
...
* Adding module azure_rm_subnet
* Fix poller error handling
8 years ago
Chris Houseknecht
d80e4f53ec
Adding module azure_rm_virtualnetwork ( #3480 )
...
* Adding module azure_rm_virtualnetwork
* Fix poller error handling
8 years ago
Chris Houseknecht
4a99a6ee8f
Adding new module azure_rm_networkinterface ( #3461 )
...
* Adding new Azure module.
* Updating based on PR comments
* Fix poller error handling
8 years ago
Peter Sprygada
8729bcde3f
adds new module junos_package
...
the new module allows playbook designers to manage packages on remote
devices running junos.
8 years ago
Peter Sprygada
ef794d95e5
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.
8 years ago
GGabriele
b375f61d2b
Fixed doc
8 years ago
GGabriele
9aeaa70e32
Changed module name to nxos_facts
8 years ago
GGabriele
693f7c938e
Fixing bugs
8 years ago
GGabriele
84ecc21677
Adding nxos_ip_interface
8 years ago
chouseknecht
198bb7c644
Updating based on PR comments
8 years ago
GGabriele
02744e7cab
Adding nxos_vrrp
8 years ago
GGabriele
f4fd69bcff
Adding nxos_ping
8 years ago
jedelman8
be91a5622a
fix index for portchannel
8 years ago
GGabriele
10238bbb06
fix conditional for py24
8 years ago
jedelman8
cda210c3f9
fix docstring
8 years ago
jedelman8
ad9ede5d4c
force travis build
8 years ago
jedelman8
89aabffee8
minor test
8 years ago
chouseknecht
36de316c1b
Adding new azure module.
8 years ago
jedelman8
01b8f7db5e
update return doc string
8 years ago
GGabriele
66eea14df2
Fixed RETURN string
8 years ago
GGabriele
0798968596
Fixed RETURN string and added notes
8 years ago
GGabriele
97577df048
Fixing nxos_vrf
8 years ago
GGabriele
62b0b48f58
Adding nxos_vrf_interface
8 years ago
GGabriele
2c43f6b35c
Adding nxos_vrf
8 years ago
GGabriele
b4d69262ed
Adding nxos_get_facts
8 years ago
GGabriele
95992b91bd
Addng nxos_feature
8 years ago
jedelman8
6ae109630e
add nxos_vlan
8 years ago
jedelman8
5ef3a6430a
add nxos_switchport
8 years ago
Peter Sprygada
a9b664c796
add support for netconf to junos_config
...
The junos_config module now supports the netconf transport.
8 years ago
Peter Sprygada
abb008dca7
fixes docstring format in junos_command
8 years ago
Peter Sprygada
89ebc8b066
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
8 years ago
Peter Sprygada
9d521aa7e0
Merge pull request #9 from dgarros/junos_modules
...
Add support for xml, set and text format for config
8 years ago
Guido Falsi
582a5bccc8
Make FreeBSD subclass respect the sleep option.
8 years ago
Michael Scherer
5b32a299a5
Change home and ssh_key_file to 'path' in user module
8 years ago
Darek Kaczyński
08ad68984c
Fix for 'cannot unmarshal array into Go value of type string' error about HostConfig Binds ( #3496 )
8 years ago
Peter Sprygada
1985115e55
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.
8 years ago
Peter Sprygada
2072922875
adds new junos_facts module
...
The junos_facts module will collect basic system inforamtion about remote
devices running the Junos operating system
8 years ago
Sumit Roy
b8204774dd
Support tagging ELBs using boto 2.0. ( #2844 )
8 years ago
Peter Sprygada
871e586ce3
add support for netconf to junos_template
...
This commit adds support for sending full syntanx junos configurations using
junos_template and netconf
8 years ago
Peter Sprygada
923974e3c0
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
8 years ago
jctanner
56f5ca37af
Fix status check on get_url with file schemas and update the examples. ( #3512 )
...
Addresses #3511
8 years ago
Brian Coca
4e08f94a34
corrected return docs sample
8 years ago
nitzmahone
bc4510b0d4
docs for win_reboot action
8 years ago
vaupelt
ae464c5b5e
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.
8 years ago
Michael Scherer
001ceb8dc6
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
8 years ago
Robin Roth
281398fdc2
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
8 years ago
ThomasSteinbach
a90fd67c7e
docker: fix type issue ( #3491 )
...
* fix type issue
* fix type issue for 'volumes-from'
8 years ago
Rene Moser
885b8dc4d0
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.
8 years ago