---
- hosts: all
  become: yes

- name: Setup server
  import_playbook: setup.yaml

- name: Deploy services
  import_playbook: deploy.yaml