2 Commits

Author SHA1 Message Date
95dea97382 Fix skopeo copy syntax
All checks were successful
continuous-integration/drone/push Build is passing
2022-07-01 13:10:26 +02:00
a840306245 Change hypervisor cluster 2022-07-01 11:13:29 +02:00
3 changed files with 12 additions and 13 deletions

View File

@@ -102,22 +102,21 @@
k3s ctr run \
--rm \
--mount type=bind,src=$PWD,dst=/data,options=rbind:ro \
quay.io/skopeo/stable:v1.8.0 \
skopeo-{{ lookup('community.general.random_string', length=5) }} \
skopeo list-tags /data/{{ item }} | \
quay.io/skopeo/stable:v1.8.0 skopeo \
skopeo list-tags docker-archive:/data/{{ item }} | \
jq -r '.Tags[0]')
chdir: /opt/metacluster/container-images/
register: results
ignore_errors: yes
# ignore_errors: yes
loop: "{{ imagetarballs.files }}"
- ansible.builtin.debug:
var: results
#- name: Delete container image tarballs/archives
# ansible.builtin.file:
# path: /opt/metacluster/container-images
# state: absent
- name: Delete container image tarballs/archives
ansible.builtin.file:
path: /opt/metacluster/container-images
state: absent
- name: Cleanup tempfile
ansible.builtin.file:

View File

@@ -1,9 +1,9 @@
vcenter_server = "bv11-vc.bessems.lan"
vsphere_username = "administrator@vsphere.local"
vsphere_datacenter = "DeSchakel"
vsphere_cluster = "Cluster.Legacy"
vsphere_host = "bv11-esx.bessems.lan"
vsphere_datastore = "ESX00.SSD01"
vsphere_cluster = "Cluster.01"
vsphere_host = "bv11-esx02.bessems.lan"
vsphere_datastore = "NAS01.RAID5"
vsphere_folder = "/Packer"
vsphere_templatefolder = "/Templates"
vsphere_network = "LAN"