Commit Graph

6911 Commits (beb362dd116665aaf0a7e02f64f89108da8b2910)
 

Author SHA1 Message Date
Darren Worrall e813c54e93 Remove listall 9 years ago
Bill Nottingham 0ce060122a Add lldpctl to requirements. 9 years ago
Darren Worrall 51cd73fd67 Doc fixes 9 years ago
Darren Worrall abe0bbd5e1 Param fixes to associateIpAddress 9 years ago
Greg DeKoenigsberg 60a9668c95 Merge pull request #814 from michaeljs1990/patch-1
Update REVIEWERS.md
9 years ago
Darren Worrall 7d791a8593 More doc fixes 9 years ago
Brian Coca 1382576100 fixed a few typos
fixes #821
9 years ago
Darren Worrall 86bf938575 Doc updates 9 years ago
Darren Worrall f13eb871c7 Fix imports, override get_network and get_ip_address 9 years ago
Darren Worrall a2c81b198e More relevant example 9 years ago
Darren Worrall a53e79d012 Add cs_ip_address module 9 years ago
Brian Coca 27e1ace8a1 moved znode to clustering added version_added 9 years ago
Brian Coca aa9934afe4 Merge pull request #811 from treyperry/devel
A module for the management of ZNodes in ZooKeeper
9 years ago
Brian Coca ec060fa758 Merge pull request #816 from resmo/for-ansible
cloudstack: bug fix and doc updates
9 years ago
Rene Moser cbb2e96993 cloudstack: doc fixes 9 years ago
Rene Moser e71daafd8e cloudstack: fix KeyError: 'public_ip' in cs_instance 9 years ago
Michael Schuett fdfabb264a Fix username
Had missed one username and mixed up one with the other.
9 years ago
Michael Schuett ea48c729cb remove quotes 9 years ago
Michael Schuett 4f32de4457 Add link
link to github users accounts
9 years ago
Michael Schuett e75d1fcf09 Update REVIEWERS.md
Added myself.... and updated the formatting so you have less eye bleeding when looking at it.
9 years ago
Brian Coca 22d209ee64 Merge pull request #760 from michaeljs1990/devel
ec2_remote_facts module
9 years ago
Brian Coca 66d51b895d Merge pull request #810 from resmo/feature/cs_domain
cloudstack: new module cs_domain
9 years ago
Brian Coca 210ee3febc minor doc fix 9 years ago
Toshio Kuratomi cbac99de20 Merge pull request #784 from ansible/fetch_url-pushover
Switch from httplib to fetch_url
9 years ago
Chris Church 086c94687d Merge pull request #797 from cchurch/fix_win_iis_website_get_website
win_iis_website: Workaround bug in Get-Website cmdlet.
9 years ago
Trey Perry 7c1bcbc524 Adding license and removing errant default on the hosts option 9 years ago
Trey Perry a14f6d4db8 Contributing a ZooKeeper module (requires Kazoo) 9 years ago
Rene Moser f74d8cb1e6 cloudstack: new module cs_domain 9 years ago
Brian Coca a0558a90b2 Merge pull request #598 from wimnat/feature/ec2_vpc_subnet
Feature/ec2 vpc subnet
9 years ago
Brian Coca 31165d1974 Merge pull request #808 from defionscode/vsphere_copy_fix
Doc string fix for vsphere_copy
9 years ago
Jonathan Davila 757b952be4 Doc string fix for vsphere_copy 9 years ago
Matt Baldwin 8fda15fef5 Rebuild of ealier PR. 9 years ago
Matt Baldwin ae116e95b2 Rebuild of a previous PR. 9 years ago
Matt Baldwin e3fdb834b4 Rebuild of previous PR. 9 years ago
Matt Baldwin 2474a1f7cf Rebuilt commit for Ansible PR. 9 years ago
Brian Coca 1b98210f5f minor doc uptates 9 years ago
Brian Coca 5931d84ca8 Merge pull request #772 from KimNorgaard/add-slack-pkg-support
Add slack pkg support
9 years ago
Brian Coca 778e51c6b1 updated version_added 9 years ago
Brian Coca cf2e9ba0da Merge pull request #725 from kbrebanov/apk-module
Adding apk module
9 years ago
Kevin Brebanov 5d6f0d153c Use the module's get_bin_path function to find 'apk' and reuse the return value in all functions 9 years ago
Brian Coca a0ed852223 Merge pull request #749 from alxgu/zypper_localrpm
zypper: Add local/remote rpm installation
9 years ago
vaupelt 150d3ce0ee strange results with services=all
I issued a command with action=disable_alerts host=webserver services=all set and get this results:

    "nagios_commands": [
        "[1438593631] DISABLE_SVC_NOTIFICATIONS;webserver;a", 
        "[1438593631] DISABLE_SVC_NOTIFICATIONS;webserver;l", 
        "[1438593631] DISABLE_SVC_NOTIFICATIONS;webserver;l"
    ]

This is not a big deal because i have just overlooked the action=silence command. Nevertheless a more predictable result would be a nice thing to have.
9 years ago
Chris Church 6a7b2f5869 Workaround for bug in PowerShell Get-Website cmdlet. 9 years ago
whiter e299952bca Changed resource_tags to tags to match other modules (resource_tags still an alias)
Added get_subnet_info method to return more subnet info - matches same method in ec2_vpc_subnet_facts module
Rework of tags - will now only apply the tags listed in the module.  Existing tags not listed will be removed (desired state!)
9 years ago
Toshio Kuratomi f59a71a243 Merge pull request #796 from toabctl/zypper_repository-bugfix
zypper_repository: Fix repo parsing for empty list
9 years ago
Thomas Bechtold 04496b70ae zypper_repository: Fix repo parsing for empty list
When no repositories are defined in zypper, the return code
of "zypper repos" is 6. Handle that case and don't fail
if zypper_repository has to deal with an empty repo list.

Fixes https://github.com/ansible/ansible-modules-extras/issues/795
9 years ago
Kim Nørgaard c66a3fd4e1 fixed a few issues pointed out by @resmo, pyflakes, pep8 9 years ago
Brian Coca 27bf193483 added missing license headers
fixes #508
9 years ago
Siva Popuri b8d9ab898d Ansible module for modifying existing servers in Centurylink cloud 9 years ago
Michael Schuett 2583ae6df0 Cleanup docs
Change to 2.0 release and remove unneeded empty aliases.
9 years ago