Commit Graph

454 Commits (8baaf458c794b86096dcbbdcbf652f9cdab809ee)

Author SHA1 Message Date
Michael DeHaan 7f7297f9ca Rename vgoptions to vg_options.
12 years ago
Michael DeHaan b4bbdb2438 Merge branch 'devel' of git://github.com/chamill/ansible into devel
12 years ago
Michael DeHaan 0e8c7b1c03 Scrub choices=BOOLEANS from remaining core module references. Correct form in argument_spec is type='dict'.
12 years ago
Michael DeHaan 0bec29a626 Merge pull request #6524 from tyll/update_rc_d_disable
12 years ago
Michael DeHaan df3bb70797 Merge pull request #6630 from bigl0af/devel
12 years ago
Michael DeHaan 3b285d736c Merge pull request #6296 from jdauphant/devel
12 years ago
Cristian Ciupitu 96ff1444f0 Micro-optimization: replace s.find(x)==0 with s.startswith(x)
12 years ago
Ahti Kitsik 4d55f86f95 Fixed ufw module doc tags, it's reset everywhere, not reseted.
12 years ago
Seth Woodworth c28d3545fb adds missing `'` to debconf examples
12 years ago
Pierre-Louis Bonicoli 1bb5b0f6bd Fix ValueError when selection contains a colon
12 years ago
David Fox 6b0ef5f10e Modified library/system/user so that password change date is set on Solaris when updating password
12 years ago
Till Maas c21fa8ebee service module: Properly disable Debian services
12 years ago
Michael DeHaan a8514dacc3 Add capabilities module.
12 years ago
nate@bx.psu.edu 97db1676e0 Bugfix for xattrless files and the capabilities module.
12 years ago
nate@bx.psu.edu f26ebff438 Create a capabilities module for managing Linux kernel capabilities(7) with setcap(8).
12 years ago
James Cammarata bc38bfe61b Merge branch 'issues/6341' of https://github.com/threatgrid/ansible into threatgrid-issues/6341
12 years ago
James Tanner cf0a0ca3d2 Fixes #6519 Properly handle state=absent in sysctl module
12 years ago
Michael DeHaan b471d84e52 Version bump for alternatives module, changelog.
12 years ago
Gabe Mulley 1cae0a6801 add a module for update-alternatives
12 years ago
Michael DeHaan b0dbc61d63 Move facts to 'module_utils' so they can be referenced by other modules. Note unlike other module_utils/ dirs this keeps the original
12 years ago
Michael DeHaan eef5a8a847 Update setup module signature from merge commit.
12 years ago
Michael DeHaan 92f9f50f1a Merge pull request #6339 from threatgrid/systemd-template-svc-fix
12 years ago
Michael DeHaan 2b2b174fd3 Merge conflict.
12 years ago
Michael DeHaan 8a07d98f4b Merge pull request #6175 from AdmiralNemo/fix-filesystem
12 years ago
Michael DeHaan 8920990d63 Merge pull request #6097 from mattjeffery/bug/modprobe_normalise_name
12 years ago
Michael DeHaan 5aef2f0687 Merge pull request #6005 from pgehres/chkconfig
12 years ago
Cristian Ciupitu 138b45e32f hostname module: don't filter hostnamectl with awk
12 years ago
Cristian Ciupitu 0749112286 Micro-optimization: replace s.find(x)!=-1 with x in s
12 years ago
James Tanner 9d6518de5a Fixes #6482 Check sysctl file path and catch read exceptions
12 years ago
Michael DeHaan 4e8b97ddeb More shell updates
12 years ago
Richard C Isaacson 154f123b7f setup module: Mark unsafe commands as use_unsafe_shell=True.
12 years ago
Ryan e4805fe411 add module param to Network & sub-classes
12 years ago
Michael DeHaan c8db3c2db9 Revert "Fix issue#6430 by instantiating Network() with expected arguments"
12 years ago
James Laska 2a723e908e Fix issue#6430 by instantiating Network() with expected arguments
12 years ago
Richard C Isaacson a1c87e6deb Fix docstring issue.
12 years ago
Richard Isaacson 6e13c1ebe0 Merge pull request #6406 from risaacson/at_module2
12 years ago
James Tanner c73cb77689 Fix name in locale_gen docstring
12 years ago
James Tanner 41b7badb13 Fix snippet imports and version_added in ufw module
12 years ago
James Cammarata 1d6750afec Merge pull request #5518 from pyykkis/ufw
12 years ago
James Tanner 8ffb964f45 Set version_added for locale_gen
12 years ago
James Tanner da95310d86 Rename locale module to locale_gen
12 years ago
James Cammarata 74335b6e59 Merge pull request #5411 from AugustusKling/locale
12 years ago
Michael DeHaan fd9df5f429 Merge pull request #6372 from mriedelumab/devel
12 years ago
James Tanner ba0fec4f42 Force command action to not be executed by the shell unless specifically enabled
12 years ago
Matthew Riedel 5875d19f4d Returning 'NA' when no virtualization found
12 years ago
Richard C Isaacson c6fbb0059b Some cleanup.
12 years ago
Charles Duffy 18f53d9219 #6341: use shared function for parsing systemd status; check rc code
12 years ago
Charles Duffy d59973295d #6341: check systemd service status with show subcommand
12 years ago
Jarno Keskikangas 37ef39d0fa Recognize rule changes even if ufw is in disabled state.
12 years ago
Jarno Keskikangas 4d5340587e Insert rule to a specific num.
12 years ago