16 lines
345 B
YAML
16 lines
345 B
YAML
|
---
|
||
|
- name: Setting up bosch40
|
||
|
user:
|
||
|
name: bosch40
|
||
|
groups: tilde
|
||
|
state: present
|
||
|
skeleton: /etc/skel
|
||
|
shell: /bin/bash
|
||
|
system: no
|
||
|
createhome: yes
|
||
|
home: /home/bosch40
|
||
|
- authorized_key:
|
||
|
user: bosch40
|
||
|
state: present
|
||
|
key: "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJ/J9v1RVnuQBc8bRcByWko609JnX1ErjuRZkS0wXz4I"
|