diff --git a/slococo/playground/roles/ssh_config/README.md b/slococo/playground/roles/ssh_config/README.md index 1b96122..9466020 100644 --- a/slococo/playground/roles/ssh_config/README.md +++ b/slococo/playground/roles/ssh_config/README.md @@ -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