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/system
Indrajit Raychaudhuri 23ebb98570 Improve hostname module to support systemd in more generic way (#4382)
Now that there is general purpose `Fact` helper to detect if systemd
is active, we would be able to rely on that to apply SystemdStrategy.

Detecting presence of systemd at runtime would be more reliable than
distribution version based heuristics. (e.g., Debian, Ubuntu allows
user to change the default init system, Gentoo allows switching as
well, and so on).
8 years ago
..
__init__.py
authorized_key.py better authorized_keys documentation (#3739) 8 years ago
cron.py Fixes #3791 cron always returning changed state for multiline jobs (#4285) 8 years ago
group.py
hostname.py Improve hostname module to support systemd in more generic way (#4382) 8 years ago
mount.py Proposed fix to not require src and fstype arguments for mount. Issue #1259. (#1357) 8 years ago
ping.py Port to dual python2/python3 compat 8 years ago
seboolean.py Port seboolean to py3/py2.4 syntax (#3679) 8 years ago
selinux.py
service.py fixes corner case for systemd services 8 years ago
setup.py add gather_timeout parameter (#4093) 8 years ago
sysctl.py Showing some of the sysctl settings in proper yaml format per Ansible documentation (#4073) 8 years ago
systemd.py improved logic when dealing with init scripts 8 years ago
user.py Do not hardcode default ssh key size for RSA (#4074) 8 years ago