update arch

This commit is contained in:
2024-06-02 09:31:22 -05:00
parent c49181befc
commit 75825901b3
37 changed files with 460 additions and 86 deletions

View File

@@ -1,3 +1,12 @@
- name: Create ssh folder
become_user: user
ansible.builtin.file:
path: ~/.ssh
owner: "user"
group: "user"
mode: '0700'
state: directory
- name: Generate an OpenSSH keypair
become_user: user
community.crypto.openssh_keypair: