Commit Graph

6190 Commits (9183170a4a0e8d1ccfdf8c3535ad3b28ca25b22c)
 

Author SHA1 Message Date
Rene Moser a425c413be cloudstack: update doc in cs_instance 10 years ago
Rene Moser 17504f0a26 cloudstack: add instance_name alias internal name to returns in cs_instance 10 years ago
Rene Moser 4da1a5de9e cs_instance: improve hypervisor argument and return 10 years ago
Rene Moser 4939df305b cloudstack: improve required params 10 years ago
fdupoux f6faf53702 Merge branch 'devel' of https://github.com/ansible/ansible-modules-extras into fix-lvol-lvcreate-prompt 10 years ago
Monty Taylor 8b6001c3da Fix octal values for python 2.4 10 years ago
Monty Taylor 12c945388b Add support for check mode 10 years ago
Monty Taylor 1605b1ec9c Fix some errors pointed out by travis 10 years ago
Toshio Kuratomi 1276420a3a Fix documentation formatting 10 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
10 years ago
fdupoux f6dee55ee8 Removed conditional assignment of yesopt to make it work with python-2.4 (to pass the Travis-CI test) 10 years ago
Brian Coca c223716bc7 fixed version on consul modules 10 years ago
Brian Coca 0ff9bced72 Merge pull request #524 from resmo/feature/zabbix_group2
replace module zabbix_group
10 years ago
Rene Moser 141dda9978 firewalld: remove BabyJSON
See https://github.com/ansible/ansible-modules-extras/issues/430
10 years ago
Brian Coca b2e4f31beb Merge pull request #543 from dago/svr4pkg
svr4pkg: assume command worked only on known-to-be-good returncodes
10 years ago
Dagobert Michelsen 7f74a98451 svr4pkg: assume command worked only on known-to-be-good returncodes 10 years ago
Brian Coca 3c8d118b72 Merge pull request #542 from enriclluelles/devel
Add slash to valid characters for packages
10 years ago
Enric Lluelles 3f9a62c136 Add slash to valid characters for packages
To allow it to download packes from taps, or external commands like
caskroom/cask/brew-cask
10 years ago
Toshio Kuratomi 8b62a45466 Fix docs - don't need quote anymore 10 years ago
Brian Coca a07fc88ba0 Merge pull request #531 from UnderGreen/proxmox_module_examples
Proxmox VE module examples
10 years ago
Brian Coca 753922505e Merge pull request #532 from resmo/fix/proxmox
proxmox: doc update and prevent to log passwords
10 years ago
Brian Coca 2f9d30ae5b Merge pull request #480 from RubenKelevra/patch-2
pacman: change -Syy to -Sy for "update-cache"

just noting we may want to add an option to force updating the cache in the future
10 years ago
Brian Coca e5d59d2014 Merge pull request #494 from jhawkesworth/set_windows_environment_variables
Set windows environment variables
10 years ago
Brian Coca 539553d737 Merge pull request #533 from resmo/fix/zabbix
zabbix: improve arguments and update doc
10 years ago
Rene Moser d04e6b1d07 zabbix_maintenance: prevent to log password 10 years ago
Rene Moser 1eb6c37594 zabbix: improve module doc 10 years ago
Rene Moser 9d07fb9618 zabbix: improve arguments and prevent to log password 10 years ago
Rene Moser c9dfeb07c1 zabbix: remove redundant import of module_utils 10 years ago
Rene Moser e72f581a16 proxmox: prevent to log passwords 10 years ago
Rene Moser 148bd52d8b proxmox: update module doc 10 years ago
Sergei Antipov ed6283d422 Added examples 10 years ago
Toshio Kuratomi a1a1c23205 Bandaid dnf module to temporarily fix some major problems
- Backport config file handling from the DNF module rewrite #527
  (Current config handling does not work with dnf and leads to
  tracebacks when run as an unprivileged user).
- Make a mandatory requirement on yum-utils (for /usr/bin/repoquery)
  because none of the fallback code works for dnf (it's unported yum API
  code).

Both of these issues will be fixed better in the dnf rewrite when it is
feature complete.

Fixes #471
10 years ago
Toshio Kuratomi 8dfa63d1d8 Add version_added dodmentation 10 years ago
Brian Coca 47c74936c1 Merge pull request #530 from UnderGreen/proxmox_module
Proxmox VE module
10 years ago
Sergei Antipov 69d3474bcc Deleted debugging 10 years ago
Sergei Antipov cb09a26900 Added documentation 10 years ago
Sergei Antipov 323df26b3e Added conditionals, umount, forceStop, timeout, etc 10 years ago
Christian Thiemann 7505065daa Fix alternatives module in non-English locale
The alternatives module parses the output of update-alternatives, but the expected English phrases may not show up if the system locale is not English. Setting LC_ALL=C when invoking update-alternatives fixes this problem.
10 years ago
Toshio Kuratomi 06c7522f2b Merge pull request #525 from QuantumGhost/devel
Use expanduser to deal with path in bower module
10 years ago
QuantumGhost 4ff9a68a4b Use expanduser to deal with path in bower module
So bower module can correctly handle path containing `~`
10 years ago
Rene Moser c0fb48cd39 zabbix_group: improve params 10 years ago
Rene Moser 3f108732c5 zabbix_group: add backword compatibility
* add alias host_group for host_groups
* add choices for param state
10 years ago
Rene Moser 1c210abc69 zabbix_group: update version added to 1.8
Since we intent to replace the current module, we add the version the current module was added.
10 years ago
Rene Moser f0eb372e99 zabbix_group: update authors to new format 10 years ago
Cove Schneider 8175bd2f78 remove superfluous defaults 10 years ago
Cove Schneider 30832ab4d9 add zabbix_group module 10 years ago
Rene Moser 2d35caf68b zabbix_group: remove current module in favor of PR #346 10 years ago
Brian Coca 5187c7fcd7 removed executable bit 10 years ago
Toshio Kuratomi 24390f1ac6 Merge pull request #514 from stansonhealth/newrelic_updates
Newrelic documentation, argspec updates
10 years ago
Toshio Kuratomi 8893c2d2d0 Fix typo: Need lvreduce instead of lvextend.
Fixes #513
10 years ago