Commit Graph

2638 Commits (2bc9f5eff0d7f6d237169e0d55586248ba5c4a33)
 

Author SHA1 Message Date
James Cammarata 888d6dfe9f Merge pull request #4231 from drfickle/svn_docs
Elaborate on capabilities of subversion module
11 years ago
Steve Fox cf0ffda163 Elaborate on capabilities of subversion module 11 years ago
James Cammarata 43a5d3f008 Merge pull request #4229 from eggsby/supervisorctl
supervisorctl module: fixing typo in error handling
11 years ago
egghead 99c53981ff supervisorctl module: fixing typo in error handling 11 years ago
Jake Kreider 664aa794b0 Include database param if provided and valid in django_admin commands 11 years ago
Tomasz Lesniewski 0eb92ac852 Module lvol fails when decimal point is a colon 11 years ago
Rene Moser 9f969cd3ec host: minor doc style improvements 11 years ago
Tomasz Lesniewski 75ca71bf2c Module lvol fails when decimal point is a colon 11 years ago
Michael DeHaan eca73d3c82 Merge pull request #4220 from dagwieers/setup-dmidecode-fix
Fix for commented dmidecode output
11 years ago
Dag Wieers b4cdd15843 Fix for commented dmidecode output
This patch fixes the problem that on some system dmidecode prints out warning information as commented text. For example:

    [user@system ~]# dmidecode -s system-manufacturer
    # SMBIOS implementations newer than version 2.6 are not
    # fully supported by this version of dmidecode.
    HP

So we remove all commented lines from the output.
11 years ago
Rene Moser 497b742935 host: added another example 11 years ago
James Cammarata ff2b87f350 Merge branch 'devel' of https://github.com/volker48/ansible into volker48-devel 11 years ago
James Cammarata 28592ed64f Minor pep8 cleanup 11 years ago
James Cammarata 926c3617df Merge branch 'supervisorctl' of https://github.com/eggsby/ansible into eggsby-supervisorctl 11 years ago
James Cammarata d4ba1f9ded Fixing some bugs found during testing in the host module 11 years ago
James Cammarata 339f17d560 Merge branch 'feature/host' of https://github.com/resmo/ansible into resmo-feature/host 11 years ago
James Cammarata b37f65f9eb Added a delimiter example and a version_added string for assemble 11 years ago
James Cammarata 8c8c0d4ec4 Fixed a bug in the delimiter change for the assemble module 11 years ago
James Cammarata d41afd9a46 Merge branch 'devel' of https://github.com/pcgentry/ansible into pcgentry-devel 11 years ago
James Cammarata 104535ac48 Merge branch 'devel' of https://github.com/drybjed/ansible into drybjed-devel 11 years ago
James Cammarata 65180fa530 Added version_added string to new modprobe module and CHANGELOG update 11 years ago
James Cammarata 04683f554b Merge branch 'modprobe-module' of https://github.com/stygstra/ansible into stygstra-modprobe-module 11 years ago
James Cammarata 619a80c505 Merge branch 'devel' of https://github.com/tomdymond/ansible into tomdymond-devel 11 years ago
James Cammarata 2d52791c25 Merge branch 'ec2_boto' of https://github.com/CharlesBlonde/ansible into CharlesBlonde-ec2_boto 11 years ago
James Cammarata b07b9941c1 Merge branch 'bcoca-env_facts' into devel 11 years ago
James Cammarata aadf8175c6 Modified env fact gathering to use the native python method
Also updated CHANGELOG for this feature
11 years ago
James Cammarata d16a382935 Merge branch 'env_facts' of https://github.com/bcoca/ansible into bcoca-env_facts 11 years ago
Michael DeHaan 6e286e8beb Merge pull request #4159 from stygstra/quantum_subnet-nameservers
Add option for DNS nameservers to quantum_subnet module
11 years ago
Maciej Delmanowski 669b345937 Made re.search string shorter 11 years ago
Maciej Delmanowski fa879a63a1 Add Linux Container identification 11 years ago
Andrey Shorin 7e2755a542 Make --check mode work with fireball and accelerate connections 11 years ago
James Cammarata d83b7b4009 Change touched -> touch for new file state, and cleaning up docs 11 years ago
James Cammarata 6a3c0a19e7 Merge branch 'feature/file-state-touched' of https://github.com/resmo/ansible into resmo-feature/file-state-touched 11 years ago
Johan Wirén 9120303446 Fixed setup module to no longer break on OpenBSD release versions. 11 years ago
René Moser 958abc8a9a file: added file attributes in state=touched 11 years ago
René Moser 4a61481498 file: skip in check_mode if state=touched 11 years ago
egghead d05f21fc80 supervisorctl module: adding support for custom supervisord installations
Supervisord can be installed at the user level or system level.
Installating as a user is particularly useful for systems without root access.

Adds the ability to provide a custom supervisorctl executable path, supporting custom installations
11 years ago
René Moser ddd35b187c file: implemented state=touched. Closes GH-4097 11 years ago
James Cammarata 6eec6f776e More housekeeping
* Modified version_added strings in recent modules
* Added firewalld inclusion to the CHANGELOG
11 years ago
James Cammarata 6b5b004232 Moving firewalld module from net_infra to system 11 years ago
James Cammarata 70b2d361c5 Merge branch 'maxamillion/firewalld' of https://github.com/maxamillion/ansible into maxamillion-maxamillion/firewalld 11 years ago
James Cammarata 1d1bf7ba81 Minor pep8 cleanup in ec2_eip module 11 years ago
James Cammarata 22632a1139 Merge branch 'ec2_eip' of https://github.com/lorin/ansible into lorin-ec2_eip 11 years ago
James Cammarata df9281e71c Changed the version_added field in rax_clb_nodes to 1.4 11 years ago
James Cammarata cc4dde9686 Minor doc fix and a CHANGELOG update for the new rax_clb_nodes module 11 years ago
James Cammarata 88be2d0d32 Merge branch 'rax-clb-nodes' of https://github.com/neuroid/ansible into neuroid-rax-clb-nodes 11 years ago
James Cammarata 43cbb01c77 Merge branch 'rax_wait_on_delete' of https://github.com/jlaska/ansible into jlaska-rax_wait_on_delete 11 years ago
Phillip dea21cf6af adding an optional delimiter argument to the assemble module 11 years ago
René Moser d2d6b20d99 host: code cleanup 11 years ago
James Laska df2fb25b63 [cloud/rax] support wait on delete
Add support to existing rax module to honor the wait (and wait_timeout)
parameters on delete operations.  This patch removes existing logic in favor of
the built-in pyrax.utils.wait_until method.
11 years ago