ansible.builtin.qubes (v2.9.27) — connection

Interact with an existing QubesOS AppVM

| "added in version" 2.8 of ansible.builtin"

Authors: Kushal Das (@kushaldas)

Install Ansible via pip

Install with pip install ansible==2.9.27

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