ansible/system
Michael Scherer 21c9f0defc Do not hardcode default ssh key size for RSA (#4074)
By default, ssh-keygen will pick a suitable default for ssh keys
for all type of keys. By hardocing the number of bits to the
RSA default, we make life harder for people picking Elliptic
Curve keys, so this commit make ssh-keygen use its own default
unless specificed otherwise by the playbook
2016-08-02 21:59:10 +02:00
..
__init__.py
authorized_key.py better authorized_keys documentation (#3739) 2016-07-12 08:52:00 -04:00
cron.py Clarify behaviour when state=present and no name is given (#3904) 2016-06-10 13:03:01 -04:00
group.py Fix incorrect variable in group.py: user -> group 2015-10-03 01:09:03 +01:00
hostname.py Port hostname to a py24 and py3 compatible syntax (#3676) 2016-05-17 10:21:26 -07:00
mount.py Proposed fix to not require src and fstype arguments for mount. Issue #1259. (#1357) 2016-05-23 11:20:10 -04:00
ping.py Port to dual python2/python3 compat 2016-05-10 21:58:49 -07:00
seboolean.py Port seboolean to py3/py2.4 syntax (#3679) 2016-05-17 10:23:06 -07:00
selinux.py Proper author info for all remaining modules 2015-06-15 15:53:30 -04:00
service.py system/service.py: fix false-positive service enablement on FreeBSD. (#4283) 2016-08-01 13:35:39 -04:00
setup.py add gather_timeout parameter (#4093) 2016-07-08 17:22:05 -04:00
sysctl.py Showing some of the sysctl settings in proper yaml format per Ansible documentation (#4073) 2016-06-30 19:27:41 -04:00
systemd.py make daemon reload first thing always run 2016-07-05 08:55:19 -04:00
user.py Do not hardcode default ssh key size for RSA (#4074) 2016-08-02 21:59:10 +02:00