---
- hosts: debian10
  roles:
    - { role: 'nginx', tags: 'nginx' }
    - { role: 'php', tags: 'php' }

# Associate further roles to servers in specific group in this file...

...