summaryrefslogtreecommitdiff
path: root/roles/elevate/media/tasks/main.yml
diff options
context:
space:
mode:
Diffstat (limited to 'roles/elevate/media/tasks/main.yml')
-rw-r--r--roles/elevate/media/tasks/main.yml36
1 files changed, 9 insertions, 27 deletions
diff --git a/roles/elevate/media/tasks/main.yml b/roles/elevate/media/tasks/main.yml
index 89bf2038..448d3537 100644
--- a/roles/elevate/media/tasks/main.yml
+++ b/roles/elevate/media/tasks/main.yml
@@ -1,36 +1,18 @@
---
-- name: install packages
+- name: install samba
apt:
name:
- - mdadm
- - nginx
- - systemd-docker
- - "{{ python_basename }}-openssl"
- - samba
- - saswall
+ - samba
state: present
-- name: configure network
- import_tasks: network.yml
-
- name: configure samba
import_tasks: samba.yml
-- name: install and configure nextcloud
- import_tasks: nextcloud.yml
-
-- name: configure nginx vhost
- import_role:
- name: nginx/vhost
- vars:
- nginx_vhost:
- name: nextcloud
- content: "{{ lookup('template', 'nextcloud-nginx.conf.j2') }}"
- acme: true
- hostnames: "{{ nextcloud_hostnames }}"
+# - 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
+# - name: install dstat script
+# template:
+# src: dstat.sh.j2
+# dest: /usr/local/bin/dstat.sh
+# mode: 0755