АХ
---
- name: select host
hosts: localhost
gather_facts: no
connection: local
tasks:
- add_host:
name: "host{{CONFIG.NODE_HOST_ID}}"
group: current_host
- name: configure and prepare proxmox from scratch
hosts: current_host
gather_facts: no
roles:
- proxmox_prepare