Merge pull request #1925 from kostyrevaa/devel
Fix documentation of authorized_key.py
This commit is contained in:
commit
ff3b88c4d7
1 changed files with 1 additions and 1 deletions
|
@ -109,7 +109,7 @@ EXAMPLES = '''
|
||||||
# Using key_options:
|
# Using key_options:
|
||||||
- authorized_key: user=charlie
|
- authorized_key: user=charlie
|
||||||
key="{{ lookup('file', '/home/charlie/.ssh/id_rsa.pub') }}"
|
key="{{ lookup('file', '/home/charlie/.ssh/id_rsa.pub') }}"
|
||||||
key_options='no-port-forwarding,host="10.0.1.1"'
|
key_options='no-port-forwarding,from="10.0.1.1"'
|
||||||
|
|
||||||
# Set up authorized_keys exclusively with one key
|
# Set up authorized_keys exclusively with one key
|
||||||
- authorized_key: user=root key=public_keys/doe-jane state=present
|
- authorized_key: user=root key=public_keys/doe-jane state=present
|
||||||
|
|
Loading…
Reference in a new issue