#!/usr/bin/ansible-playbook # vim:ft=ansible: --- - hosts: all roles: - role: common tags: [ common ] - role: ansible-pull tags: [ common ]