diff --git a/tasks/testing.yml b/tasks/testing.yml index 347d30b..7ce00fd 100644 --- a/tasks/testing.yml +++ b/tasks/testing.yml @@ -98,7 +98,7 @@ node: node0 # The hostname of the node that the VM will be created on ciuser: "{{ ciuser }}" cipassword: "{{ cipassword }}" - sshkeys: "{{ lookup('file', lookup('env','HOME') + '/.ssh/id_rsa.pub') }}" + # sshkeys: "{{ lookup('file', lookup('env','HOME') + '/.ssh/id_rsa.pub') }}" storage: local-lvm disk_size: 32G vlan: 50 @@ -116,7 +116,7 @@ node: node0 # The hostname of the node that the VM will be created on ciuser: "{{ ciuser }}" cipassword: "{{ cipassword }}" - sshkeys: "{{ lookup('file', lookup('env','HOME') + '/.ssh/id_rsa.pub') }}" + # sshkeys: "{{ lookup('file', lookup('env','HOME') + '/.ssh/id_rsa.pub') }}" storage: local-lvm disk_size: 64G vlan: 50