Commit Graph

7678 Commits (45ad8237a6cf7e1ecb103d2fa595023c69c9ce99)
 

Author SHA1 Message Date
jctanner de1e3f0cbc Merge pull request #4054 from mhite/bigip_pool_member
New bigip_pool_member module
11 years ago
James Tanner 214b0b052c Fixes #4608 add lookup to template globals to make plugins work again 11 years ago
Dave Simons 4d4518ed52 fix conversion from file to hardlink when force=yes
Signed-off-by: Dave Simons <dave@inuits.eu>
11 years ago
Maykel Moya 3db7ec8356 Fail if requested variable is not available 11 years ago
bennojoy 0c275424c6 fix to work like copy module 11 years ago
Lars Francke f52b401755 Delete extra word in index.rst 11 years ago
Lars Francke e052251662 Tiny RST link fix in modules documentation 11 years ago
Lars Francke d7478e591c Update intro_configuration.rst
Minor RST fixes
11 years ago
Dylan Martin 84152fec3f unarchive - mvd docs to top of file 11 years ago
Dylan Martin da9e2e765c better docs 11 years ago
Dylan Martin 2c28e1daea unarchive module & action_plugin added 11 years ago
Scott Sturdivant 4d24e2e29f If the output of rcvar isn't a key=value pair, ignore it. 11 years ago
James Tanner 4f13967386 Fixes #4536 Get the remote_user from multiple sources in a preferred order 11 years ago
Rene Moser a10e017d6e apt: autoinstall python-apt if not available 11 years ago
Lars Francke cda707f99e Move info on limit from the ad hoc command page to the pattern page 11 years ago
Lars Francke 544458e859 Update intro_adhoc.rst
Update link texts (hopefully got those correct from Sphinx documentation) and remove section on Limiting hosts as that's covered elsewhere
11 years ago
bennojoy 788e783b6d fix for overwrite in put operation 11 years ago
Jim Dalton 2d7f0e28db Availability zone should not be required 11 years ago
Lars Francke afbc2b448d Update intro_dynamic_inventory.rst
Minor fixes, style and typos
11 years ago
Lars Francke 5c905fd165 Fix a few minor issues in the Getting started document 11 years ago
Michael DeHaan c876ce4b8a Update CONTRIBUTING.md
update bug reporting suggestions a bit
11 years ago
Timothy Appnel cbae9c913e synchronize module src and dest handles template markers. 11 years ago
Eugene Archibald 30eb5c7342 Fixed (broken) tab to (correct) spaces for indentation 11 years ago
Jim Dalton 3957238fbf Ensure port can be read for both memcached as well as redis 11 years ago
Michael DeHaan 60944b81f0 Provide warning about "with_items: '{{ loop }}'" being redundant only when {{ starts the expression value. Fixes #4582. 11 years ago
Michael DeHaan 2bd8cb5790 Make the deprecation detector in templates more accurate. Fixes #4514. 11 years ago
Michael DeHaan 4125b05bf3 Allow a defaults file to solely define a role. Some typo fixes. 11 years ago
Michael DeHaan 64bbeb9d24 Suggest fixing unbalanced quotes in a bit less cases. Fixes #4501 11 years ago
Michael DeHaan 7f9504d14d Fix a typo. 11 years ago
Michael DeHaan 8d3db80370 Some misc cleanup and removal of unused imports. 11 years ago
Michael DeHaan 21d4400c96 Misc pep8 fixes 11 years ago
Michael DeHaan c933a4c59a Fix indentation depth. 11 years ago
Michael DeHaan aa93ce2dc2 Fix deprecation warnings in the Google modules. 11 years ago
Michael DeHaan d73f5a4df0 Some changelog notes. 11 years ago
Michael DeHaan 75e0a1c6de Merge pull request #4592 from mscherer/fix_4586
setup module, replace ':' by '_' in interface name, fix #4586
11 years ago
Michael DeHaan 427c696f16 Merge pull request #4604 from jcftang/devel
check for ubuntu distribution first
11 years ago
Jonathan Mainguy d58f5a23ae Changed note describing this functionality was added in 1.4 to match what I have seen in other modules 11 years ago
Jonathan Mainguy 1b0addeac9 Removed mysql_db entry, that needs to be in a seperate commit 11 years ago
Michael DeHaan 5031104c3a Finishing touches on template cleanup. 11 years ago
Michael DeHaan 1e85c7544b Further WIP on template cleanup. 11 years ago
Michael DeHaan 35cb9dc22f Work in progress about cleaning up template code. 11 years ago
Jonathan Mainguy 101883e34a Added all_databases option which works like all-databases optin in mysqldump, and works in import by not naming a database to import as 11 years ago
Jimmy Tang 0568abeb14 check for ubuntu distribution first 11 years ago
Michael DeHaan baebe6da0a Merge pull request #4598 from awiddersheim/patch-1
Fixed typo in docsite/rst/playbooks_tags.rst
11 years ago
Eugene Archibald 145c0b8be1 Added ['date_time']['tz_offset'] using %z to get the time offset rather than time zone. 11 years ago
awiddersheim 9d141c5f34 Fixed typo in docsite/rst/playbooks_tags.rst 11 years ago
Patrick Michaud c1e241577c Allow generic django_management commands
This commit removes the restriction on django management commands.  If a command is unknown to the django installation, there will be a concise error produced.

for example:

  tasks:
    - name: invalid command
      django_manage: virtualenv="/valid/virtualenv" app_path="/valid/app_path" command="nowaydude"

Results in:

failed: [hostname] => {"cmd": "python manage.py nowaydude", "failed": true}
msg: stdout: Unknown command: 'nowaydude'
Type 'manage.py help' for usage.

:stderr: Unknown django command: nowaydude
11 years ago
Michael DeHaan 232eb9f8e6 Merge pull request #4595 from mscherer/fix_4563
fix logic in module host to add aliases even if none exist already, fix #4563
11 years ago
Michael DeHaan b5c34308dd Merge pull request #4594 from mscherer/fix_4587
fix distribution detection in apt_repository module, so it also work on mint as it work on Debian, partially fix #4587
11 years ago
Michael Scherer d5c290b513 fix logic in module host to add aliases even if none exist already, fix #4563
self._has_aliases is used to know if a alias already exist, but
the test we want is to know if we need to add a new alias, which
is stored in self.aliases
11 years ago