aboutsummaryrefslogtreecommitdiff
path: root/ansible/malabaricus.yml
diff options
context:
space:
mode:
authorTrygve Laugstøl <trygvis@inamo.no>2019-09-10 08:57:06 +0200
committerTrygve Laugstøl <trygvis@inamo.no>2019-09-10 08:57:06 +0200
commitb296d7987e5558b11bdf16dced7b1f139bea0499 (patch)
treebbbab8ccdec3c7ca116850a2558f498fb8a9ae4d /ansible/malabaricus.yml
parent46934bb125c6b3fc53b1669cb5131f9c2f06ac0e (diff)
downloadinfra-b296d7987e5558b11bdf16dced7b1f139bea0499.tar.gz
infra-b296d7987e5558b11bdf16dced7b1f139bea0499.tar.bz2
infra-b296d7987e5558b11bdf16dced7b1f139bea0499.tar.xz
infra-b296d7987e5558b11bdf16dced7b1f139bea0499.zip
o Moving mw and malabaricus to plays/.
Diffstat (limited to 'ansible/malabaricus.yml')
-rw-r--r--ansible/malabaricus.yml48
1 files changed, 0 insertions, 48 deletions
diff --git a/ansible/malabaricus.yml b/ansible/malabaricus.yml
deleted file mode 100644
index 26587ad..0000000
--- a/ansible/malabaricus.yml
+++ /dev/null
@@ -1,48 +0,0 @@
-- hosts:
- - malabaricus
- roles:
- - minio-server
- - role: nginx
- nginx__template:
- - sites-enabled/default
- - sites-enabled/minio
- ipv6: "[::]:80"
- server_name: minio.trygvis.io
-
-# Nextcloud
-- hosts:
- - malabaricus
- tags: nextcloud
- become: yes
- tasks:
- - apt:
- name:
- - php-imagick
- tags: packages
- - file:
- path: /var/www/html/nextcloud/occ
- mode: ug=rx,o=
- owner: www-data
- group: www-data
- - copy:
- dest: /etc/php/7.0/fpm/conf.d/99-nextcloud.ini
- content: |
- opcache.enable=1
- opcache.enable_cli=1
- opcache.interned_strings_buffer=8
- opcache.max_accelerated_files=10000
- opcache.memory_consumption=128
- opcache.save_comments=1
- opcache.revalidate_freq=1
- - lineinfile:
- path: /etc/php/7.0/fpm/pool.d/www.conf
- regexp: 'env[{{ item.key }}]'
- line: 'env[{{ item.key }}] = {{ item.value }}'
- with_dict:
- HOSTNAME: '$HOSTNAME'
- PATH: /usr/sbin:/usr/bin:/sbin:/bin
- TMP: /tmp
- TMPDIR: /tmp
- TEMP: /tmp
-
-# TODO: comply with warnings from https://malabaricus.trygvis.io/settings/admin/overview