Add iscsi role and docs
Since iscsi supports luks + btrfs over the network and makes for an amazing networked backup drive we should include that in our default config.
This commit is contained in:
2
ansible/arch_iscsi/tests/inventory
Normal file
2
ansible/arch_iscsi/tests/inventory
Normal file
@@ -0,0 +1,2 @@
|
||||
localhost
|
||||
|
||||
5
ansible/arch_iscsi/tests/test.yml
Normal file
5
ansible/arch_iscsi/tests/test.yml
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
- hosts: localhost
|
||||
remote_user: root
|
||||
roles:
|
||||
- ansible/arch_iscsi
|
||||
Reference in New Issue
Block a user