Run playbook with tags ansible

Execute only tasks tagged nginx or ssl

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