#!/usr/bin/env ansible-playbook --- - name: POSTFIX hosts: all tags: all roles: - conf - postfix ...