Run specific tags ansible

Execute only tasks marked with specified tags

ansible-playbook site.yml --tags 'config,restart' -i inventory.ini
more ansible all 56 commands →