Browse Source

Minor changes

pull/3970/head
Andreas Kruger 6 years ago
parent
commit
0fec370dcd
No known key found for this signature in database GPG Key ID: 2D96B451C904462C
2 changed files with 5 additions and 6 deletions
  1. 9
      test-infra/image-builder/cluster.yml
  2. 2
      test-infra/image-builder/hosts.ini

9
test-infra/image-builder/cluster.yml

@ -1,5 +1,4 @@
- hosts: image-builder
tasks:
- name: kubevirt-images
include_role:
name: kubevirt-images
- hosts: image-builder
gather_facts: false
roles:
- kubevirt-images

2
test-infra/image-builder/hosts.ini

@ -1,4 +1,4 @@
image-builder-1 ansible_ssh_host=147.75.100.185 ansible_ssh_user=root
image-builder-1 ansible_ssh_host=xxx.xxx.xxx.xxx
[image-builder]
image-builder-1
Loading…
Cancel
Save