community.general.qubes (1.3.11) — connection

Interact with an existing QubesOS AppVM

Authors: Kushal Das (@kushaldas)

Install collection

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


Add to requirements.yml

  collections:
    - name: community.general
      version: 1.3.11

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