Upgrade version;Housekeeping;Reduce verbosity;Sanitize input;Fix url reference;Test Dex
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@ -65,7 +65,7 @@
|
||||
|
||||
- name: Add label to node object
|
||||
kubernetes.core.k8s:
|
||||
name: "{{ ansible_facts.nodename }}"
|
||||
name: "{{ ansible_facts.nodename | lower }}"
|
||||
kind: Node
|
||||
state: patched
|
||||
definition:
|
||||
@ -73,8 +73,8 @@
|
||||
labels:
|
||||
ova.airgappedk8s/moref_id: "{{ moref_id }}"
|
||||
kubeconfig: "{{ kubeconfig.path }}"
|
||||
register: patch_result
|
||||
register: k8snode_patch
|
||||
until:
|
||||
- patch_result.changed is true
|
||||
- k8snode_patch.result.metadata.labels['ova.airgappedk8s/moref_id'] is defined
|
||||
retries: "{{ playbook.retries }}"
|
||||
delay: "{{ playbook.delay.medium }}"
|
||||
|
@ -3,6 +3,7 @@
|
||||
that:
|
||||
- vapp[item] is defined
|
||||
- (vapp[item] | length) > 0
|
||||
quiet: true
|
||||
loop:
|
||||
- guestinfo.dnsserver
|
||||
- guestinfo.gateway
|
||||
|
Reference in New Issue
Block a user