small mod

master
artemdolgiy 2022-01-21 08:44:01 +03:00
parent 3613b9181b
commit a4ff970a9c
1 changed files with 2 additions and 1 deletions

View File

@ -124,7 +124,8 @@ root@pve:~# ./create_template.sh verySecPassword
- Клонирование ВМ из шаблона - Клонирование ВМ из шаблона
а основу были взяты примеры из документации <https://docs.ansible.com/ansible/latest/collections/community/general/proxmox_kvm_module.html#examples>_</br> а основу были взяты примеры из документации <https://docs.ansible.com/ansible/latest/collections/community/general/proxmox_kvm_module.html#examples>_</br>
В задаче создаются виртуальные машины на основе шаблона В задаче создаются виртуальные машины на основе шаблона
конструкция
Конструкция
```yaml ```yaml
loop: "{{ lookup('dict', vms) }}" loop: "{{ lookup('dict', vms) }}"