split vm_deploy
This commit is contained in:
6
ansible/roles/vm_deploy/tasks/main.yaml
Normal file
6
ansible/roles/vm_deploy/tasks/main.yaml
Normal 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
|
Reference in New Issue
Block a user