refs #8025 List tags command added to README
This commit is contained in:
parent
a7b4c97a38
commit
c29b78abf5
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue