ansible/system
Leo Antunes d54905ecee Allow multiple keys per host + minor improvements (#716)
* known_hosts: clarify key format in documentation

Add a small clarification to the documentation about the format of the
"key" parameter.
Should make #664 less of a issue for newcomers.

* known_hosts: normalize key entry to simplify input

Keys are normalized before comparing input with present keys. This
should make it easier to deal with some corner cases, such as having a
hashed entry for some host and trying to add it as non-hashed.

* known_hosts: allow multiple entries per host

In order to support multiple key types and allow the installed ssh
version to decide which is more secure, the module now only overwrites
an existing entry in known_hosts if the provided key is of the same
type.
Old keys of different types must be explicitly removed. Setting
state to "absent" and providing no key will remove all entries for the
host.
2016-05-23 10:33:52 -04:00
..
__init__.py package files 2014-09-26 11:04:10 -04:00
alternatives.py Add proper type to path and link 2016-03-20 00:41:14 +01:00
at.py Changes to author formatting, remove emails 2015-06-16 14:32:39 -04:00
capabilities.py sys.exit removal for system/capabilities.py 2015-10-05 13:24:25 -05:00
cronvar.py Use a python3 compatible notation for octal (#2238) 2016-05-17 10:33:12 -07:00
crypttab.py Remove the +x from crypttab and cronvar (#2039) 2016-04-15 10:18:05 -04:00
debconf.py Adding author's github id 2015-05-14 00:49:57 -04:00
facter.py Fix facter path 2016-02-19 10:43:55 +01:00
filesystem.py Merge pull request #1493 from abulimov/filesystem_recreate_with_force 2016-01-25 23:57:04 -05:00
firewalld.py Fix the interface handling code to allow permanent and non-permanent operations. 2016-05-02 11:16:07 -04:00
getent.py Adding author's github id 2015-05-14 01:00:38 -04:00
gluster_volume.py Do not fail when action is delete and volume is not present 2016-01-24 20:28:01 +01:00
iptables.py Add insert support to iptables. (#1180) 2016-05-16 16:25:52 -04:00
kernel_blacklist.py Changes to author formatting, remove emails 2015-06-16 14:32:39 -04:00
known_hosts.py Allow multiple keys per host + minor improvements (#716) 2016-05-23 10:33:52 -04:00
locale_gen.py Add some more locales to LOCALE_NORMALIZATION 2015-08-28 13:05:25 +03:00
lvg.py Add documentation to explain that pvs will be created if needed 2016-02-24 12:43:37 +01:00
lvol.py Fix check-mode incorrectly returning changed (#2220) 2016-05-14 10:40:49 +02:00
make.py docs: fix make docs (#2107) 2016-04-26 09:10:46 -04:00
modprobe.py Fixes #634 - multiple param handling by modprobe.py 2015-10-10 21:06:10 +01:00
ohai.py Remove unneeded spaces at the end of ohai 2015-12-22 15:31:41 -06:00
open_iscsi.py Fix open_iscsi EXAMPLES section 2015-10-05 13:34:42 -05:00
osx_defaults.py osx_defaults: fix datetime 2016-04-01 20:45:33 -04:00
pam_limits.py add missing author info 2016-05-20 09:19:23 -04:00
puppet.py Merge pull request #1149 from Jmainguy/puppet_stdout 2016-04-10 08:43:39 -07:00
selinux_permissive.py minor doc fix 2015-07-29 22:11:36 -04:00
seport.py Fix seport module issue when ports argument is interpolated from a variable and is a int 2016-01-14 11:47:19 +01:00
solaris_zone.py bugfix: use correct function close calls 2015-09-30 10:13:12 -04:00
svc.py Sprinkle some LANG/LC_* where command output is parsed (#2019) 2016-04-13 10:03:26 -04:00
ufw.py system/ufw.py: Add security warning re. removing ufw application prof… 2016-04-23 08:01:19 +02:00
zfs.py Keep, but ignore createparent option 2015-12-11 00:24:29 +01:00