Explorar el Código

Added open-iscsi to ansible

Breandan Dezendorf hace 2 años
padre
commit
c2a28be3ae
Se han modificado 1 ficheros con 6 adiciones y 0 borrados
  1. 6 0
      homelab/ansible/setup.yaml

+ 6 - 0
homelab/ansible/setup.yaml

@@ -10,6 +10,12 @@
       state: present
     become: true
 
+  - name: Install open-iscsi
+    apt:
+      name: open-iscsi
+      state: present
+    become: true
+
 - name: Get k3s bits
   hosts: master
   remote_user: bwdezend