fedora_server:
    hosts:
        fedora-node-1:
            ansible_host: 192.168.1.186
            ansible_user: ansible
        fedora-node-2:
            ansible_host: 192.168.1.187
            ansible_user: ansible

remote_node:
    hosts:
        remote01:
            ansible_host: 5.102.146.212

proxmox:
    hosts:
        proxmox01:
            ansible_host: 192.168.1.150