1
0
Fork 0
mirror of https://github.com/JasonN3/build-container-installer.git synced 2025-12-25 19:07:54 +01:00

disable ssh key checking

This commit is contained in:
Jason N. 2024-03-10 14:05:23 -04:00
parent b99db5391e
commit 44cbe94676

View file

@ -190,10 +190,6 @@ jobs:
poweroff
user --name=core --groups=wheel --password=foobar
%include /usr/share/anaconda/interactive-defaults.ks
%post
systemctl disable firewalld
systemctl enable sshd
%end
EOF
xorriso -dialog on << EOF
-indev deploy.iso
@ -251,6 +247,7 @@ jobs:
ansible_port: ${VM_PORT}
ansible_user: ${VM_USER}
ansible_password: ${VM_PASS}
ansible_ssh_common_args='-o StrictHostKeyChecking=no'
EOF
make test-vm