Commit Graph

2367 Commits (c31ece58fab0bd26e4f9fb898de04ffee57caba5)

Author SHA1 Message Date
James Cammarata c31ece58fa Added version_added string to new modprobe module and CHANGELOG update 12 years ago
James Cammarata 4d7b5da25d Merge branch 'modprobe-module' of https://github.com/stygstra/ansible into stygstra-modprobe-module 12 years ago
James Cammarata 30a1560d67 Merge branch 'devel' of https://github.com/tomdymond/ansible into tomdymond-devel 12 years ago
James Cammarata 080f35f63a Merge branch 'ec2_boto' of https://github.com/CharlesBlonde/ansible into CharlesBlonde-ec2_boto 12 years ago
James Cammarata ca2950141b Merge branch 'bcoca-env_facts' into devel 12 years ago
James Cammarata d1f713938e Modified env fact gathering to use the native python method
Also updated CHANGELOG for this feature
12 years ago
James Cammarata 19343288df Merge branch 'env_facts' of https://github.com/bcoca/ansible into bcoca-env_facts 12 years ago
Michael DeHaan 0dc232a177 Merge pull request #4159 from stygstra/quantum_subnet-nameservers
Add option for DNS nameservers to quantum_subnet module
12 years ago
Andrey Shorin ea488f5e05 Make --check mode work with fireball and accelerate connections 12 years ago
James Cammarata 4a467f71cd Change touched -> touch for new file state, and cleaning up docs 12 years ago
James Cammarata 4d417401c0 Merge branch 'feature/file-state-touched' of https://github.com/resmo/ansible into resmo-feature/file-state-touched 12 years ago
René Moser 3a0fd84115 file: added file attributes in state=touched 12 years ago
René Moser 573ea5bdce file: skip in check_mode if state=touched 12 years ago
René Moser 06fae59e8b file: implemented state=touched. Closes GH-4097 12 years ago
James Cammarata 4efdf0d49f More housekeeping
* Modified version_added strings in recent modules
* Added firewalld inclusion to the CHANGELOG
12 years ago
James Cammarata 8721ad2909 Moving firewalld module from net_infra to system 12 years ago
James Cammarata 720b68a3c6 Merge branch 'maxamillion/firewalld' of https://github.com/maxamillion/ansible into maxamillion-maxamillion/firewalld 12 years ago
James Cammarata a26c1b64c6 Minor pep8 cleanup in ec2_eip module 12 years ago
James Cammarata f369650922 Merge branch 'ec2_eip' of https://github.com/lorin/ansible into lorin-ec2_eip 12 years ago
James Cammarata ecaf649adc Changed the version_added field in rax_clb_nodes to 1.4 12 years ago
James Cammarata 93fd06d48c Minor doc fix and a CHANGELOG update for the new rax_clb_nodes module 12 years ago
James Cammarata e4ee97384a Merge branch 'rax-clb-nodes' of https://github.com/neuroid/ansible into neuroid-rax-clb-nodes 12 years ago
James Cammarata 519d195f2a Merge branch 'rax_wait_on_delete' of https://github.com/jlaska/ansible into jlaska-rax_wait_on_delete 12 years ago
James Laska 03252e1d30 [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.
12 years ago
Pieter Avonts 60d8f92b3c changed deprecated channel_label attribute 12 years ago
James Cammarata c2e02fbd6b Minor tweak to service changed logic from the previous commit 12 years ago
James Cammarata f62093da56 Merge branch 'service-enable-fix' of https://github.com/gottwald/ansible into gottwald-service-enable-fix 12 years ago
Petr Svoboda 8d290e3394 Fix traceback in service module when svc_cmd is None (2nd fix)
When service module is used on unsupported Linux system where init
script is used directly, LinuxService.svc_cmd is None so .endswith()
fails.

This extends fix from e2f20db534 also
for state=restarted.

Fixes issue #3533
12 years ago
René Moser ccf4cf1dd8 Fixed missing required package in notes. 12 years ago
David Stygstra 58620ca477 Add Python 2.4 support to modprobe module 12 years ago
David Stygstra 27a08dc647 Module to manage kernel modules 12 years ago
David Stygstra 3fdbb56465 Add option for DNS nameservers to quantum_subnet module 12 years ago
Erick Yellott af7b182958 Typo fix from `accelerated: true` to `accelerate: true` 12 years ago
James Cammarata 022918e5af Merge branch 'fix/apt_repository_update_cache' of https://github.com/resmo/ansible into resmo-fix/apt_repository_update_cache 12 years ago
René Moser 9fccf96d61 apt_repository: added option update_cache.
The default behavior is to update_cache if changed.

If you add more then one repo, you may not want to update cache for every repo separately.
So you can now disable update_cache with this new option e.g. update_cache=no

Updating cache can also be handled using the apt module.
12 years ago
Ralph Bean a1ea15141e Remove trailing whitespace in digital ocean module. 12 years ago
Ralph Bean 3eab663f2e Remove duplicate docs in digital ocean module.
The EXAMPLES block here has two copies of the same docs,
one nicely formatted, the other less so.

It looks like a pass was made to clean up the docs but the old
cruftier ones were never removed.
12 years ago
René Moser a991b62a51 apt_repository: fix update cache after state=changed. Closes GH-4136 12 years ago
James Cammarata 671eeb65b2 Merge pull request #4138 from resmo/fix/redundant-fail-json
apt: fixed duplicate fail_json
12 years ago
Rene Moser 9449d62fb2 apt: fixed duplicate fail_json 12 years ago
Shuhao Wu 0d2a3f1b0c Fixed monit restarted error.
Errors everytime...
12 years ago
James Cammarata f4c5f37ca6 Merge branch 'issue_3417_systemd_stuff' into devel 12 years ago
James Cammarata 02033f9ec8 Merge branch 'archlinux-fact' of https://github.com/Schnouki/ansible into Schnouki-archlinux-fact 12 years ago
James Cammarata c6fdb85d88 Merge branch 'issue_3421_apt_pkg_iU' into devel 12 years ago
James Cammarata cee2bddc24 Updated version_added string for the new validate_md5 option 12 years ago
James Cammarata d9cf1dfefb Merge branch 'fetch' of https://github.com/bpennypacker/ansible into bpennypacker-fetch 12 years ago
Michael DeHaan f93ef96a08 Merge pull request #4115 from r-p-e/devel
Add some more OpenBSD facts
12 years ago
Michael DeHaan 00c0770f1b Merge pull request #4075 from sayap/easy_install
Locate easy_install path after (optionally) creating virtualenv.
12 years ago
r-p-e 2f887c6dca Add some more OpenBSD facts
added:
 * ansible_distribution
 * ansible_distribution_release
 * ansible_distribution_version
12 years ago
Ingo Gottwald f7adbf2f29 Bugfix service module: Only change service state when needed 12 years ago