--- - name: debian packages apt: pkg: - openssh-client - ssh-agent-filter - gnupg - gnupg-agent - agent-transfer - mtr - oping - p7zip - zip - unzip - rsync - zsync - secure-delete - python3 - ipcalc - ipv6calc - oping - jo - jq # stdin2barcodewindow dependencies - qrencode - xloadimage - gcalcli - lshw # ansible - python3-setuptools - python3-setuptools - python3-pip - name: jpath - JMESPath exploration tool in the terminal pip: name: jmespath-terminal executable: pip3 - name: make ssh-agent user service override directory file: path: /etc/systemd/user/ssh-agent.service.d state: directory - name: make ssh-agent user service enableable copy: src: ssh-agent.service.d.install dest: /etc/systemd/user/ssh-agent.service.d/install.conf - name: ensure ssh-agent user service is enabled for all users systemd: enabled: yes scope: global name: ssh-agent.service - name: ensure gpg-agent user socket is enabled for all users systemd: enabled: yes scope: global name: gpg-agent.socket - name: pam_env.conf copy: src: pam_env.conf dest: /etc/security/pam_env.conf - name: stdin2qrcode copy: src: stdin2qrcode.fish dest: /etc/fish/functions/stdin2qrcode.fish