mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
added note about behaviour change in 2.2
This commit is contained in:
parent
c0570d275b
commit
3f22667151
1 changed files with 4 additions and 3 deletions
|
@ -23,9 +23,10 @@ DOCUMENTATION = '''
|
||||||
module: known_hosts
|
module: known_hosts
|
||||||
short_description: Add or remove a host from the C(known_hosts) file
|
short_description: Add or remove a host from the C(known_hosts) file
|
||||||
description:
|
description:
|
||||||
- The M(known_hosts) module lets you add or remove a host keys from the C(known_hosts) file. Multiple entries per host are allowed, but only one for each key type supported by ssh.
|
- The M(known_hosts) module lets you add or remove a host keys from the C(known_hosts) file.
|
||||||
This is useful if you're going to want to use the M(git) module over ssh, for example.
|
- Starting at Ansible 2.2, multiple entries per host are allowed, but only one for each key type supported by ssh.
|
||||||
If you have a very large number of host keys to manage, you will find the M(template) module more useful.
|
This is useful if you're going to want to use the M(git) module over ssh, for example.
|
||||||
|
- If you have a very large number of host keys to manage, you will find the M(template) module more useful.
|
||||||
version_added: "1.9"
|
version_added: "1.9"
|
||||||
options:
|
options:
|
||||||
name:
|
name:
|
||||||
|
|
Loading…
Reference in a new issue