community.general/lib/ansible/modules/system
Dag Wieers 1ad55ec9de Consistent path attribute for file-related modules
Not all file-related modules consistently use "path" as the attribute to specify a single filename, some use "dest", others use "name". Most do have aliases for either "name" or "destfile".

This change makes "path" the default attribute for (single) file-related modules, but also adds "dest" and "name" as aliases, so that people can use a consistent way of attributing paths, but also to ensure backward compatibility with existing playbooks.

NOTE: The reason for changing this, is that it makes Ansible needlessly harder to use if you have to remember that e.g. the xattr module requires the name attribute, the lineinfile module requires a dest attribute, and the stat module requires a path attribute.
2017-01-13 15:49:42 -05:00
..
__init__.py
alternatives.py
at.py
authorized_key.py Fix authorized_key crash in Python3 with remote key file (#20037) 2017-01-09 12:21:51 -08:00
beadm.py Add module for managing boot environments on FreeBSD/Solaris/illumos … (#19180) 2017-01-09 07:52:06 +00:00
capabilities.py
cron.py Apply SELinux context only if cron_file param exists 2017-01-09 14:02:05 -05:00
cronvar.py Update cronvar.py (#19227) 2017-01-11 18:56:34 -05:00
crypttab.py
debconf.py
facter.py
filesystem.py
firewalld.py
gconftool2.py Gconf2 module (#19540) 2016-12-20 11:53:49 +00:00
getent.py
gluster_volume.py Added arbiter support to gluster_volume module. 2017-01-04 17:09:24 -08:00
group.py Fix differences with devel. 2016-12-08 11:35:21 -05:00
hostname.py Add support for NetBSD 2016-12-13 13:24:34 -05:00
iptables.py iptables: Fixes invalid ip6tables option (#19657) 2016-12-27 08:27:22 +01:00
kernel_blacklist.py
known_hosts.py Fix python 2.4 compatibility 2016-12-10 11:06:11 -08:00
locale_gen.py Fix locale_gen to compare native strings rather than mixing byte and text strings 2017-01-04 10:11:33 -08:00
lvg.py
lvol.py
make.py
modprobe.py
mount.py Consistent path attribute for file-related modules 2017-01-13 15:49:42 -05:00
ohai.py
open_iscsi.py minor spelling changes 2016-12-13 13:51:13 -05:00
openwrt_init.py
osx_defaults.py Fix OSX defaults for lists 2017-01-05 15:45:26 -08:00
pam_limits.py Fix code-blocks to use correct syntax highlighting 2017-01-08 09:18:45 -08:00
pamd.py Fix pamd module (#20048) 2017-01-09 09:30:32 -08:00
ping.py
puppet.py
seboolean.py
sefcontext.py Avoid using an object if it does not exists (#19058) 2016-12-09 17:36:39 -05:00
selinux.py
selinux_permissive.py
seport.py
service.py corrected service condition 2017-01-09 15:44:53 -05:00
setup.py
solaris_zone.py Improve YAML examples - system/solaris_zone.py (#19410) 2016-12-19 16:49:47 +00:00
svc.py minor spelling changes 2016-12-13 13:51:13 -05:00
sysctl.py Fix missing imports from sysctl module 2016-12-20 10:23:48 -05:00
systemd.py systemd module: Allow to stop activating service (#19383) 2016-12-15 11:14:33 -05:00
timezone.py Add support for OpenBSD and SmartOS to timezone module 2017-01-13 14:45:54 -05:00
ufw.py Removed dict.iteritems() in modules. (#18859) 2016-12-12 15:16:23 -08:00
user.py Remove outdated requirements and add a note trying to reflect reality. 2017-01-13 12:16:23 -05:00