mirror of
https://github.com/JasonN3/build-container-installer.git
synced 2025-12-25 10:57:55 +01:00
disable ssh key checking
This commit is contained in:
parent
b99db5391e
commit
44cbe94676
1 changed files with 1 additions and 4 deletions
5
.github/workflows/build-and-test.yml
vendored
5
.github/workflows/build-and-test.yml
vendored
|
|
@ -190,10 +190,6 @@ jobs:
|
||||||
poweroff
|
poweroff
|
||||||
user --name=core --groups=wheel --password=foobar
|
user --name=core --groups=wheel --password=foobar
|
||||||
%include /usr/share/anaconda/interactive-defaults.ks
|
%include /usr/share/anaconda/interactive-defaults.ks
|
||||||
%post
|
|
||||||
systemctl disable firewalld
|
|
||||||
systemctl enable sshd
|
|
||||||
%end
|
|
||||||
EOF
|
EOF
|
||||||
xorriso -dialog on << EOF
|
xorriso -dialog on << EOF
|
||||||
-indev deploy.iso
|
-indev deploy.iso
|
||||||
|
|
@ -251,6 +247,7 @@ jobs:
|
||||||
ansible_port: ${VM_PORT}
|
ansible_port: ${VM_PORT}
|
||||||
ansible_user: ${VM_USER}
|
ansible_user: ${VM_USER}
|
||||||
ansible_password: ${VM_PASS}
|
ansible_password: ${VM_PASS}
|
||||||
|
ansible_ssh_common_args='-o StrictHostKeyChecking=no'
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
make test-vm
|
make test-vm
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue