aboutsummaryrefslogtreecommitdiffstats
path: root/tasks/main.yml
blob: 7ffef06bdabfe6c2dc51e7c72631eaeaa4a5846e (plain) (blame)
1
2
3
4
5
6
7
8
9
---
- name: Install dependencies
  ansible.builtin.include_tasks: installation.yml

- name: Run setup on server
  ansible.builtin.include_tasks: server_setup.yml

- name: Run setup on client
  ansible.builtin.include_tasks: client_setup.yml