You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/library/system
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
license -- so usage of facts code in modules will be limited to GPLv3 modules.
11 years ago
..
at Fix docstring issue. 11 years ago
authorized_key Support ssh-ed25519 keys 11 years ago
cron More shell updates 11 years ago
debconf More shell updates 11 years ago
facter Addresses #5023 Fix import comments 11 years ago
filesystem filesystem: Ignore blkid cache 11 years ago
firewalld Fixes #5023 Convert all modules to use new snippet import pattern 11 years ago
group Fixes #5023 Convert all modules to use new snippet import pattern 11 years ago
hostname hostname module: don't filter hostnamectl with awk 11 years ago
kernel_blacklist Addresses #5023 Fix import comments 11 years ago
locale_gen Fix name in locale_gen docstring 11 years ago
lvg More shell updates 11 years ago
lvol Require force for LVM shrink and remove operations in lvol. Fixes #5774 11 years ago
modprobe Normalise the module name when comparing against the module names in /proc/modules. 11 years ago
mount Addresses #5023 Fix import comments 11 years ago
ohai Addresses #5023 Fix import comments 11 years ago
open_iscsi Micro-optimization: replace s.find(x)!=-1 with x in s 11 years ago
ping Add version_added to all modules missing version_added information, the docs formatter will now 11 years ago
seboolean Fixes #5023 Convert all modules to use new snippet import pattern 11 years ago
selinux Fixes #5023 Convert all modules to use new snippet import pattern 11 years ago
service Merge pull request #6339 from threatgrid/systemd-template-svc-fix 11 years ago
setup Move facts to 'module_utils' so they can be referenced by other modules. Note unlike other module_utils/ dirs this keeps the original 11 years ago
sysctl Fixes #6482 Check sysctl file path and catch read exceptions 11 years ago
ufw Fix snippet imports and version_added in ufw module 11 years ago
user Use the no-user-groups option (-N) for useradd in the user module 11 years ago
zfs Fix zfs create command for properties with spaces 11 years ago