mirror of
https://github.com/khuedoan/homelab.git
synced 2025-01-05 13:08:52 +07:00
fix(metal): disable SELinux on dev VM
This commit is contained in:
parent
b505e66d67
commit
8e002c7da0
1
metal/Vagrantfile
vendored
1
metal/Vagrantfile
vendored
@ -27,6 +27,7 @@ Vagrant.configure("2") do |config|
|
||||
config.vm.provision "shell", inline: <<-SHELL
|
||||
mkdir /#{group_vars['ansible_user']}/.ssh
|
||||
cat /tmp/id_ed25519.pub >> /#{group_vars['ansible_user']}/.ssh/authorized_keys
|
||||
setenforce Permissive
|
||||
dnf install -y iscsi-initiator-utils
|
||||
systemctl enable --now iscsid
|
||||
SHELL
|
||||
|
Loading…
Reference in New Issue
Block a user