---
- name: Converge
  hosts: all
  become: true
  vars:
    # A throwaway key so the SSH-hardening lockout guard is satisfied and the
    # authorized_key task has something to install during the test.
    linux_baseline_admin_users:
      - name: deploy
        authorized_keys:
          - "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAITESTKEYdoNotUseThisKeyAnywhereReal deploy@molecule"
  roles:
    - role: ansible-linux-baseline
