Skip to content
Snippets Groups Projects
Commit d951410c authored by ngyimesi's avatar ngyimesi
Browse files

Install linstor packages and other tools

parent f663a6a4
No related branches found
No related tags found
1 merge request!1Ne w salgo
...@@ -12,3 +12,5 @@ ...@@ -12,3 +12,5 @@
import_tasks: tasks/create_users.yml import_tasks: tasks/create_users.yml
- name: Other useful packages - name: Other useful packages
import_tasks: tasks/other-packages.yml import_tasks: tasks/other-packages.yml
- name: Linstor setup
import_tasks: tasks/linstor-setup.yml
\ No newline at end of file
---
- name: Add linbit key
apt_key:
url: https://packages.linbit.com/package-signing-pubkey.asc
- name: Add linstor repo
apt_repository:
repo: deb https://packages.linbit.com/proxmox proxmox-7 drbd-9
- name: Install linstor stuff
apt:
name:
- pve-headers
- drbd-dkms
- drbd-utils
- linstor-controller
- linstor-satellite
- linstor-client
- linstor-proxmox
state: present
---
- name: Install some useful stuff
apt:
name:
- mc
state: present
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment