refs #8025 List tags command added to README

This commit is contained in:
Juan Ferrer 2024-10-23 14:29:35 +02:00
parent a7b4c97a38
commit c29b78abf5
1 changed files with 5 additions and 0 deletions

View File

@ -57,6 +57,11 @@ ansible-playbook -i <ip_or_hostname>, playbooks/ping.yml
*Note the comma at the end of the hostname or IP.*
List available tags for playbook.
```
ansible-playbook playbooks/<playbook_name>.yml --list-tags
```
## Manage secrets
Secrets can be managed by using Ansible vault or an external keystore, Passbolt