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
|
## 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
|
## Role Variables
|
||||||
|
|
||||||
|
@ -17,7 +18,6 @@ options:
|
||||||
# Add more SSH options as needed
|
# Add more SSH options as needed
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
Example Playbook
|
Example Playbook
|
||||||
----------------
|
----------------
|
||||||
|
|
||||||
|
@ -28,7 +28,7 @@ Example Playbook
|
||||||
PasswordAuthentication: 'no'
|
PasswordAuthentication: 'no'
|
||||||
|
|
||||||
roles:
|
roles:
|
||||||
- { role: slococo.playground.ssh_config }
|
- { role: slococo.playground.ssh_config, become: true }
|
||||||
```
|
```
|
||||||
|
|
||||||
License
|
License
|
||||||
|
|
Loading…
Reference in New Issue