doc: add ufw description

This commit is contained in:
Clément Désiles
2025-11-10 18:25:55 +01:00
parent 83b6a38999
commit cab15e590e
4 changed files with 9 additions and 1 deletions
+5 -1
View File
@@ -28,8 +28,12 @@ ansible-galaxy collection install -r requirements.yml
## Usage
If you have a password on your ssh key `--ask-pass` is recommended, `--ask-become-pass` is always asked in these roles, as most tasks require elevated privileges. These are dropped time to time when the default user privilege is enough.
```sh
ansible-playbook -i inventory/hosts.yml playbook.yml --ask-become-pass
ansible-playbook -i inventory/hosts.yml playbook.yml \
--ask-pass \
--ask-become-pass
```
## Target devices configuration