Tags allow you to run specific tasks without running a full playbook. These are common tags.
| Tag | Purpose | Example Playbook |
|---|---|---|
| configure-bynet | Configure bynet networks | configure-tpa |
| tpa-verify-pdisks | Verify physical disks | configure-tpa |
| tpa-configure-dbs | Configure database using PUT | configure-tpa |
| kvm-create-tpa-vm-block-disks | Create TPA VM with block pdisk (default) | deploy-tpa |
| kvm-configure-clan-vlan-setup-script | Configure VLAN setup script for CLAN | configure-kvm |
Here are some examples.
# Configure bynet only Playbook: configure-tpa Tags to run: configure-bynet Tags to skip: (none)
# Skip time-consuming tasks Playbook: deploy-full-ecosystem-vms-kvm Tags to run: all Tags to skip: build-iso-all
You can select multiple tags.
# Run multiple specific tasks Tags to run: deploy-mgmt-apps,configure-mgmt-apps # Skip multiple tasks Tags to skip: copy-hosts-file,tpa-configure-ntp