community.general.qubes (8.5.0) — connection

Interact with an existing QubesOS AppVM

Authors: Kushal Das (@kushaldas)

Install collection

Install with ansible-galaxy collection install community.general:==8.5.0


Add to requirements.yml

  collections:
    - name: community.general
      version: 8.5.0

Description

Run commands or put/fetch files to an existing Qubes AppVM using qubes tools.

Inputs

    
remote_addr:
    default: inventory_hostname
    description:
    - vm name
    vars:
    - name: ansible_host

remote_user:
    default: The *user* account as default in Qubes OS.
    description:
    - The user to execute as inside the vm.
    vars:
    - name: ansible_user