summaryrefslogtreecommitdiff
path: root/dan/emc-xx.yml
diff options
context:
space:
mode:
Diffstat (limited to 'dan/emc-xx.yml')
-rw-r--r--dan/emc-xx.yml22
1 files changed, 0 insertions, 22 deletions
diff --git a/dan/emc-xx.yml b/dan/emc-xx.yml
deleted file mode 100644
index 6de17b55..00000000
--- a/dan/emc-xx.yml
+++ /dev/null
@@ -1,22 +0,0 @@
----
-- name: Basic Setup
- hosts: "{{ install_hostname }}"
- roles:
- - role: apt-repo/base
- - role: core/base
- - role: core/sshd/base
- - role: core/zsh
- - role: core/ntp
- - role: apt-repo/spreadspace
- - role: nginx/base
- - role: monitoring/prometheus/exporter
- - role: acmetool/base
- - role: acmetool/cert
- acmetool_cert_name: "{{ host_name }}.{{ host_domain }}"
- - role: storage/lvm/volume
- lvm_volume:
- vg: "{{ host_name }}"
- lv: cache
- size: 1536M
- fs: ext4
- dest: /srv/cache