1
0
IaC/ansible/roles/vm_destroy/tasks/main.yaml
michael 50c451e94d add vm_destroy playbook and role
correct network addressing in template
write hostname to /etc/hostname
2022-10-30 23:48:43 +13:00

6 lines
151 B
YAML

---
- name: create k8s vms
with_items: "{{ vm_name_suffixes }}"
loop_control:
loop_var: vm_number
ansible.builtin.include_tasks: destroy.yaml