Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found
Select Git revision
  • master
  • reinstall-2023
2 results

Target

Select target project
  • kszk/sysadmin/vsalgo-ansible
1 result
Select Git revision
  • master
  • reinstall-2023
2 results
Show changes
Commits on Source (5)
options zfs zfs_arc_max=17179869184
......@@ -14,3 +14,7 @@
import_tasks: tasks/other-packages.yml
- name: Linstor setup
import_tasks: tasks/linstor-setup.yml
- name: Setup hostnames
import_tasks: tasks/setup_hostnames.yml
- name: Setup zfs memory limit
import_tasks: tasks/zfs_memory_limit.yml
......@@ -6,6 +6,7 @@
- mc #norbey
- neovim #mike
- git
- prometheus-node-exporter
state: present
- name: Config timesyncd
......
---
- name: Install some useful stuff
lineinfile:
path: /etc/hosts
line: |
10.42.0.101 vsalgo-node-1
10.42.0.102 vsalgo-node-2
10.42.0.103 vsalgo-node-3
---
- name: Upgrade nodes
copy:
dest: /etc/modprobe.d/zfs.conf
src: zfs.conf
- name: Apply limit otf
shell: echo 17179869184 > /sys/module/zfs/parameters/zfs_arc_max