split vm_deploy

This commit is contained in:
2022-10-30 21:22:34 +13:00
parent 7ce5e21906
commit c6eb329c73
4 changed files with 94 additions and 89 deletions

View File

@ -0,0 +1,6 @@
---
- name: create k8s vms
with_items: "{{ vm_name_suffixes }}"
loop_control:
loop_var: vm_number
ansible.builtin.include_tasks: deploy.yaml