---
- name: apply common configuration to all nodes
hosts: all
user: root
roles:
- common
- name: install PHP-FPM to required nodes
hosts: php
- php