diff --git a/README.md b/README.md index c1075ff..83a3ae1 100644 --- a/README.md +++ b/README.md @@ -36,6 +36,15 @@ ansible-playbook -i inventory/hosts.yml playbook.yml \ --ask-become-pass ``` +You can also unlock your key system wide to simplify your calls: + +```sh +ssh-add ~/.ssh/my_key +# unlock it +ansible-playbook -i inventory/hosts.yml playbook.yml \ +--ask-become-pass +``` + ## Target devices configuration Requirements: