You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.

47 line
971B

  1. ---
  2. - apt:
  3. pkg:
  4. - openssh-client
  5. - ssh-agent-filter
  6. - gnupg
  7. - gnupg-agent
  8. - agent-transfer
  9. - mtr
  10. - p7zip
  11. - zip
  12. - unzip
  13. - rsync
  14. - zsync
  15. - secure-delete
  16. - name: jpath - JMESPath exploration tool in the terminal
  17. pip:
  18. name: jmespath-terminal
  19. - name: make ssh-agent user service override directory
  20. file:
  21. path: /etc/systemd/user/ssh-agent.service.d
  22. state: directory
  23. - name: make ssh-agent user service enableable
  24. copy:
  25. src: ssh-agent.service.d.install
  26. dest: /etc/systemd/user/ssh-agent.service.d/install.conf
  27. - name: ensure ssh-agent user service is enabled for all users
  28. systemd:
  29. enabled: yes
  30. scope: global
  31. name: ssh-agent.service
  32. - name: ensure gpg-agent user socket is enabled for all users
  33. systemd:
  34. enabled: yes
  35. scope: global
  36. name: gpg-agent.socket
  37. - name: pam_env.conf
  38. copy:
  39. src: pam_env.conf
  40. dest: /etc/security/pam_env.conf