Update README.md
This commit is contained in:
parent
f983dd5357
commit
7614575dbd
|
@ -5,7 +5,8 @@ An Ansible Role to manage SSH configuration on Linux systems.
|
|||
|
||||
## Requirements
|
||||
|
||||
None.
|
||||
- Ansible 2.12.0 or later
|
||||
- This role requires elevated privileges. Make sure to set `become: true` when using this role.
|
||||
|
||||
## Role Variables
|
||||
|
||||
|
@ -17,7 +18,6 @@ options:
|
|||
# Add more SSH options as needed
|
||||
```
|
||||
|
||||
|
||||
Example Playbook
|
||||
----------------
|
||||
|
||||
|
@ -28,7 +28,7 @@ Example Playbook
|
|||
PasswordAuthentication: 'no'
|
||||
|
||||
roles:
|
||||
- { role: slococo.playground.ssh_config }
|
||||
- { role: slococo.playground.ssh_config, become: true }
|
||||
```
|
||||
|
||||
License
|
||||
|
|
Loading…
Reference in New Issue