update arch
This commit is contained in:
parent
c49181befc
commit
75825901b3
37 changed files with 460 additions and 86 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue