Commit Graph

7217 Commits (bc42aea3a30e8e46bd7286df57b58ba6c713bf05)
 

Author SHA1 Message Date
Trond Hindenes 7c48fe617d added module author 9 years ago
Matt Martz 70883852ed Merge pull request #1048 from sivel/znode-py26
znode requires a minimum of python2.6
9 years ago
Trond Hindenes 161b3cf1e1 fixes #984 9 years ago
Matt Martz e6b6bac820 znode requires a minimum of python2.6 9 years ago
Matt Martz 5b8c2237a7 Merge pull request #1045 from mjschultz/sns-baby-json
sns: remove BabyJSON
9 years ago
Brian Coca 3564c48f3c switched to use module loggigng 9 years ago
Toshio Kuratomi 962afeed54 Make the znode module a valid ansible module 9 years ago
Toshio Kuratomi 255666a09d Fix doc build 9 years ago
Michael J. Schultz c61d430191 sns: remove BabyJSON 9 years ago
Greg DeKoenigsberg b69362647a Merge pull request #1011 from resmo/feature/args_specs
cloudstack: implement common argument spec handling
9 years ago
Greg DeKoenigsberg beb362dd11 Merge pull request #633 from loia/feature/aws_sqs
Add new Amazon SQS module
9 years ago
Greg DeKoenigsberg a4c2928712 Merge pull request #783 from wimnat/feature/ec2_vpc_subnet_facts
New module - ec2_vpc_subnet_facts
9 years ago
Greg DeKoenigsberg 8221a651d8 Merge pull request #1009 from ToBeReplaced/dnf-exit-json
Fix fail_json call in _mark_package_install
9 years ago
Greg DeKoenigsberg 750754f0d9 Merge pull request #976 from kovacsbalu/fix-push_type
Use push_type and send link with push_link.
9 years ago
Greg DeKoenigsberg 9447bf9c6f Merge pull request #1008 from privateip/vca_vapp
cleaned up vca_vapp module to focus on managing vapps
9 years ago
Greg DeKoenigsberg 2e588d8fc5 Merge pull request #1014 from resmo/for_ansible
cloudstack: fix redundant security_group return
9 years ago
Greg DeKoenigsberg ed2708827d Merge pull request #963 from sgzijl/391-append-missing-dot
issue #931 append dot to zone if not defined
9 years ago
Greg DeKoenigsberg 22a3ec05e4 Merge pull request #1022 from trondhindenes/trondhindenes_win_chocolatey_improvements
win_chocolatey bugfixes
9 years ago
Greg DeKoenigsberg d9b801a4c2 Merge pull request #965 from resmo/fix/composer
composer: implemented smarter arguments per command handling
9 years ago
Greg DeKoenigsberg 8e9299653a Merge pull request #1018 from indrajitr/pacman-checkmode-fixes
Additional upgrade mode fixes for pacman module with check_mode safety
9 years ago
Greg DeKoenigsberg 5931e60d99 Merge pull request #695 from georgefrank/win_nssm
Adding win_nssm module
9 years ago
Greg DeKoenigsberg ff0a38ea65 Merge pull request #665 from perzizzle/scheduledTask
Ability to add/remove scheduled task
9 years ago
Shawn Siefkas 6186da08ef Check mode support for VPC route table creation 9 years ago
Konstantin Manna 11041dd00e bugfix: uncall an uncallable dict 9 years ago
Konstantin Manna 97b7a7a7f8 bugfix: use correct function close calls 9 years ago
Brian Coca e8d6c04502 Merge pull request #1037 from indrajitr/pacman-name-list
Add 'package' alias and support for list type for pacman 'name' parameter
9 years ago
Indrajit Raychaudhuri 25b85dafbb Add 'package' alias and support for list type for pacman 'name' parameter 9 years ago
Linus Unnebäck 3c4e6f58b0 iptables: expand rule options 9 years ago
Linus Unnebäck 5cd6b56453 module: system/iptables 9 years ago
Toshio Kuratomi 3c8c716801 Merge pull request #911 from Jmainguy/irc_part
Adds part=false feature to irc module. This allows people to use a fa…
9 years ago
Toshio Kuratomi 4cf2c5555e Fix for errors in the generated rst 9 years ago
Toshio Kuratomi 953d382aa5 docs fixes 9 years ago
Toshio Kuratomi 180daa787d Merge pull request #838 from chrishoffman/consul_acl_service_support
Adding support for service ACLs in consul_acl module
9 years ago
Brian Coca bc07c3b504 Merge pull request #1024 from andybak/patch-2
Fix existing_mailbox check
9 years ago
Phil 228abcd396 fixes examples in docs to use updated param name 9 years ago
Greg DeKoenigsberg e406d81936 Merge pull request #1027 from robynbergeron/devel
Update REVIEWERS.md with updated reviewers guidelines for extras.
9 years ago
Robyn Bergeron 35424842c6 Update REVIEWERS.md with full picture process
Made process picture be inline. Yay, me!
9 years ago
Robyn Bergeron 5adbe31ac3 Update REVIEWERS.md
Updated version of REVIEWERS.md with new review process for ansible-modules-extras, as outlined here: https://groups.google.com/forum/#!topic/ansible-project/bJF3ine7890
9 years ago
Benno Joy f2faf70996 Merge pull request #1025 from bennojoy/fix_ecs
remove ecs facts and fix docs for ecs_taskdefinition module
9 years ago
Benno Joy f3a9a92ffe remove facts and fix docs for taskdefinition module 9 years ago
Benno Joy f4f52119b3 Merge pull request #951 from Java1Guy/ecs_task_module
cloud amazon ECS task modules
9 years ago
Benno Joy 936a2db7f1 Merge pull request #949 from Java1Guy/ecs_taskdefinition_module
cloud amazon ECS task definition module
9 years ago
Benno Joy 6c0a830962 Merge pull request #950 from Java1Guy/ecs_cluster_module
cloud amazon ECS cluster module
9 years ago
Andy Baker 0ab8c9383d Fix existing_mailbox check 9 years ago
Trond Hindenes d7cc0f60c9 win_chocolatey bugfixes 9 years ago
Brian Coca 7f245e8c73 Merge pull request #318 from TimothyVandenbrande/win_fw
windows firewall control
9 years ago
Indrajit Raychaudhuri b149233abf Additional upgrade mode fixes for pacman module with check_mode safety
- ensure upgrade option honors and actually supports `check_mode`
- enabling just `upgrade` and `update_cache` should perform upgrade
- example added for the equivalent for `pacman -Syu`
9 years ago
Milad Soufastai b5207d0fc6 Updating Description to provide better explanation of what the use_sudo flag does 9 years ago
TimothyVandenbrande 2d6303b368 upon request, added the license 9 years ago
Brian Coca 6cd7399a71 minor docfix 9 years ago