Commit Graph

23717 Commits (079948eef079da06400753a98382e8c7d84e4b5c)
 

Author SHA1 Message Date
Chris Houseknecht bc3391f1f9 Adding docker_container (#3495)
* Adding docker_container

* If state absent, stop the container before attempting to remove. Fixed status running check.

* If container absent, stop before removing. Fix container status check.
8 years ago
Toshio Kuratomi 371d7ec73d Fix docs building 8 years ago
Dag Wieers 356d9a272a Replace ansible_hostname with inventory_hostname (#3559)
This way these examples can be re-used using the ansible command (and don't require facts gathering).
8 years ago
Peter Sprygada bf200458d3 fixes docstring issue for junos_config arguments
The docstring was incorrectly merged with some old entries that will
cause the documentation not to build correclty.  It is now fixed.
8 years ago
Toshio Kuratomi 5f0dc2b90f Some beginning python3 porting for modules which have unittests 8 years ago
Brian Coca 8397c8169c fixed intersection 8 years ago
Michael Scherer ce0be575e2 Change gem_source and executable to 'path'
Both of them are file location, so they should be
marked as 'path'.
8 years ago
Ryan Brown 52edeeca4c Fix capitalization of AWS in ec2_lc module documentation 8 years ago
Brian Coca 0ae72e2712 rearranged options to be more declarative 8 years ago
Brian Coca 3ebfe3f00a fixed missign main 8 years ago
Brian Coca cf1b391201 several fixes:
- removed actions feature as this should be global and not per module
- removed default fields from return docs
- moved tags docs to shared fragments
- removed unused imports
8 years ago
Bill W 0fcc2d8973 Add more example on how to use module ec2_tags to list tags on an ins… (#3530)
* Add more example on how to use module ec2_tags to list tags on an instance

* Add more example on how to use module ec2_tags to list tags on an instance
8 years ago
deyvsh 3775d8e684 Extend example to demonstrate usage of ephemeral disks. (#3550) 8 years ago
jedelman8 28db5b7dd1 add nxos_interface 8 years ago
chouseknecht f09b7b02d6 Remove differences from output. Make options declarative. 8 years ago
chouseknecht ae30540ca2 Reduced states to present and absent. Power states are now bool options. 8 years ago
chouseknecht a67e9f3122 Updated version_added on options to reflect options added for 2.1. 8 years ago
chouseknecht f2e7f1935b Clean up and fixes post API version 1.20 testing. 8 years ago
chouseknecht 6f122bdc88 Fix github credentials 8 years ago
chouseknecht f257fb3efa Fix unfriendly exeption handling. 8 years ago
chouseknecht 6aa76b835a Updater per PR comments 8 years ago
chouseknecht 720e7daa3a Fix poller error handling 8 years ago
chouseknecht fd0554c67e Adding refactored docker_image module. 8 years ago
chouseknecht 4f35cb0b2e Adding module azure_rm_virtualmachine 8 years ago
tonyqui cb9df31ef3 Fixing a typo, floating-ips has been used instead of floating_ips (#3540) 8 years ago
Brian Coca 8a4257d297 removed incorrect defaults from docs 8 years ago
James Cammarata 124c4b94c1 Remove extraneous debug stuff from uri module left over from testing 8 years ago
James Cammarata 50cd8b0aa5 Make sure uri output contains json output when a non-200 status is returned
Prior to the switch to the urls.py code, non-200 responses contained
a 'json' value when the content-type was JSON. This fix restores that
field upon a non-2xx response.

Fixes ansible/ansible#15555
8 years ago
Nathaniel Case 75dbe9f1e8 Remove unnecessary exception from nxos_command (#3521) 8 years ago
Chris Houseknecht c5b7e456bd Adding docker_login (#3494)
* Adding docker_login

* Set correct version_added.

* Fix github credentials
8 years ago
Konstantin Gribov 9284c80039 Escape spaces, backslashes when create new entry in fstab (#3193)
Supplement to PR #1454 and issue #530.

Fixes #3192.
Fixes #1861 (introduced by PR #1454).

Signed-off-by: Konstantin Gribov <grossws@gmail.com>
8 years ago
Brian Coca 0ba37906df minor doc fixes 8 years ago
Chris Houseknecht e85368cb3e Adding new module azure_rm_resourcegroup (#3490)
* Adding new module azure_rm_resourcegroup

* Fix poller error handling
8 years ago
Chris Houseknecht 6d4a5e5f0e Adding module azure_rm_storageaccount.py (#3484)
* Adding module azure_rm_storageaccount.py

* Fix poller error handling
8 years ago
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