Meza/Commands/list-tags
Appearance
Ed note: This page duplicates content on the parent 'Commands' page |
list-tags is an option to the Ansible command ansible-playbook
tags are a meaningful way of controlling your plays. Since meza is a wrapper around ansible-playbook and passes through any arguments that it doesn't understand, the meza command
sudo meza deploy monolith --list-tags
results in this final command:
su meza-ansible -c "ansible-playbook /opt/meza/src/playbooks/site.yml -i /opt/conf-meza/secret/monolith/hosts --vault-password-file /opt/conf-meza/vault/vault-pass-monolith.txt --extra-vars '{\"env\": \"monolith\"}' --list-tags"