Update README.md

This commit is contained in:
Santiago Lo Coco 2024-04-14 00:26:17 +02:00
parent f983dd5357
commit 7614575dbd
1 changed files with 3 additions and 3 deletions

View File

@ -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