Commit Graph

6298 Commits (90a831a8285a20c368f39ded0cfc7a73ce51e036)
 

Author SHA1 Message Date
Sergei Antipov 282393c27b proxmox_template | fixed problem with uploading 9 years ago
Sergei Antipov 739defc595 Added proxmox_template module 9 years ago
Quentin Stafford-Fraser 1c3afeadfc Add GPL notices 9 years ago
Q ffdb8d9eb4 patch module: 'backup_copy' parameter renamed to 'backup' 9 years ago
Brian Coca d5b4b287da Merge pull request #269 from openaustralia/dnsmadeeasy_fixes
dnsmadeeasy module fixes
9 years ago
Brian Coca 5e2625630c Merge pull request #566 from cloudnull/lxc-babyjson
lxc_container: remove BabyJSON
9 years ago
Kevin Carter 858f9e3601 Updates the doc information for the python2-lxc dep
The python2-lxc library has been uploaded to pypi as such this commit
updates the requirements and doc information for the module such that
it instructs the user to install the pip package "lxc-python2" while
also noting that the package could be gotten from source as well. In
the update comments have been added to the requirements list which
notes where the package should come from,

Closes-Bug: https://github.com/ansible/ansible-modules-extras/issues/550
9 years ago
Kevin Carter 61aab829ed lxc_container: remove BabyJSON
Removed the usage of baby json. This is in response to the fact
that the baby json functionality was removed in Ansible 1.8

Ref: https://github.com/ansible/ansible-modules-extras/issues/430
9 years ago
Brian Coca 307424c694 added copyright/license info to modules I had missed 9 years ago
David Wittman 1cc0b4c9e6 [lvol] Add opts parameter
Adds the ability to set options to be passed to the lvcreate command
using the `opts` parameter.
9 years ago
Greg DeKoenigsberg 860d2c3b81 Merge pull request #365 from BlackMesh/devel
mongodb_user login_password with missing login_user not caught
9 years ago
Brian Coca 3861904b02 updated docs for 2.0 9 years ago
Brian Coca 35a86c3423 Merge pull request #228 from michaelgroening/devel
enable setting downtimes for Service-Group services and hosts
9 years ago
Brian Coca 4b35db4932 added version added 9 years ago
Greg DeKoenigsberg ef3bdc25b3 Merge pull request #119 from swimlappy/devel
Fix some logical issues with enabling/disabling a server on the A10.
9 years ago
Brian Coca 27bb709a73 Merge pull request #324 from tmzullinger/nagios-comment-support
monitoring/nagios: Allow comment to be specified
9 years ago
Greg DeKoenigsberg d958e0b739 Merge pull request #565 from ansible/revert-512-devel
Revert "Added eval for pasting tag lists"
9 years ago
Greg DeKoenigsberg 223694ccf2 Revert "Added eval for pasting tag lists" 9 years ago
Greg DeKoenigsberg 04b4a79552 Merge pull request #108 from oasiswork/devel
Allow filtering of routed/forwarded packets
9 years ago
Greg DeKoenigsberg 999d59ebe0 Merge pull request #547 from resmo/fix/firewalld-babyjson
firewalld: remove BabyJSON
9 years ago
Brian Coca 48f5c00994 Merge pull request #561 from resmo/feature/cs_project
cloudstack: add new module cs_project
9 years ago
Greg DeKoenigsberg 4000eddb69 Merge pull request #517 from ernstk/patch-1
Allow any custom chocolatey source
9 years ago
Brian Coca c19082bc31 Merge pull request #529 from cthiemann/patch-1
Fix alternatives module in non-English locale
9 years ago
Greg DeKoenigsberg 9f9b50996e Merge pull request #512 from skornehl/devel
Added eval for pasting tag lists
9 years ago
Greg DeKoenigsberg 82552bbca8 Merge pull request #562 from fdupoux/fix-lvg-issue-455
Devices in the current_devs list must also be converted to absolute d…
9 years ago
Greg DeKoenigsberg f53fc377bf Merge pull request #400 from benalbrecht/devel
Fix possible values for zfs sync property
9 years ago
Greg DeKoenigsberg 3185f84505 Merge pull request #470 from fdupoux/fix-lvol-lvcreate-prompt
Suppress prompts from lvcreate using --yes when LVM supports this option
9 years ago
Greg DeKoenigsberg 5c7fc900f6 Merge pull request #496 from ottok/fix-gluster_volume
Multiple small fixes to gluster_volume
9 years ago
Greg DeKoenigsberg 4690237b7b Add new policy guidelines for Extras
More to do here, but this is a start.
9 years ago
Greg DeKoenigsberg 28783444d4 Merge pull request #558 from mlamatr/devel
corrected documentation typo in URL for consul.io.
9 years ago
Greg DeKoenigsberg 9439555881 Merge pull request #560 from resmo/for-ansible
cloudstack updates, merged as owner_pr. Thanks @resmo!
9 years ago
fdupoux f731bcc2d5 Devices in the current_devs list must also be converted to absolute device paths so comparison with dev_list works 9 years ago
Rene Moser d20fa0477e cloudstack: add new module cs_project 9 years ago
Rene Moser 6c29a181c8 cloudstack: fix doc for cs_instance, force is defaulted to false 9 years ago
Rene Moser 2189af8c95 cloudstack: fix examples in cs_iso 9 years ago
Q 35dd0025aa Update patch.py 9 years ago
Rene Moser 16c70f9694 cloudstack: add choices for api_http_method 9 years ago
Rene Moser 6643ea5825 cloudstack: add new param api_timeout 9 years ago
mlamatr f31c7d9b05 corrected typo in URL for consul.io 9 years ago
Rene Moser 506b4c4672 cloudstack: update doc of cs_portforward, fixes typos. 9 years ago
Rene Moser a425c413be cloudstack: update doc in cs_instance 9 years ago
Rene Moser 17504f0a26 cloudstack: add instance_name alias internal name to returns in cs_instance 9 years ago
Rene Moser 4da1a5de9e cs_instance: improve hypervisor argument and return 9 years ago
Rene Moser 4939df305b cloudstack: improve required params 9 years ago
fdupoux f6faf53702 Merge branch 'devel' of https://github.com/ansible/ansible-modules-extras into fix-lvol-lvcreate-prompt 9 years ago
Monty Taylor 8b6001c3da Fix octal values for python 2.4 9 years ago
Monty Taylor 12c945388b Add support for check mode 9 years ago
Monty Taylor 1605b1ec9c Fix some errors pointed out by travis 9 years ago
Toshio Kuratomi 1276420a3a Fix documentation formatting 9 years ago
Monty Taylor 5b401cfcc3 Add module to run puppet
There is a growing pattern for using ansible to orchestrate runs of
existing puppet code. For instance, the OpenStack Infrastructure team
started using ansible for this very reason. It also turns out that
successfully running puppet and interpreting success or failure is
harder than you'd expect, thus warranting a module and not just a shell
command.

This is ported in from
http://git.openstack.org/cgit/openstack-infra/ansible-puppet
9 years ago