summaryrefslogtreecommitdiff
path: root/roles/elevate/media/tasks/main.yml
blob: 448d3537c19e47bbfbb096e16d2fa59ae2122d81 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
---
- name: install samba
  apt:
    name:
    - samba
    state: present

- name: configure samba
  import_tasks: samba.yml

# - name: install and configure nextcloud
#   import_tasks: nextcloud.yml

# - name: install dstat script
#   template:
#     src: dstat.sh.j2
#     dest: /usr/local/bin/dstat.sh
#     mode: 0755