Adding user subhadra

This commit is contained in:
Naglfar 2020-09-17 23:38:18 +02:00
parent 179865f6d0
commit 5f11b8acab
2 changed files with 16 additions and 0 deletions

View File

@ -274,3 +274,4 @@
- include: users/arthureroberer.yml
- include: users/snork.yml
- include: users/xigoi.yml
- include: users/subhadra.yml

View File

@ -0,0 +1,15 @@
---
- name: Setting up subhadra
user:
name: subhadra
groups: tilde
state: present
skeleton: /etc/skel
shell: /bin/bash
system: no
createhome: yes
home: /home/subhadra
- authorized_key:
user: subhadra
state: present
key: "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC1kso/6SQ04Y0RMIaHns1uht9IrEKanWZdAYF88izyxZmpeGDS4hkOhjBVrhT7YUr4OczhqOT95xHPgrHOalsyL56Xqz4ytNZKI45LqjwK4NVU4jCMjdH/dqxEvOotsY9a2hHAdWeqfh/TwNTC5bNKSudfaygx2ie/fEueVfB1FwLHFIuCcVXwLowR9AfXdDfKV8VzKowkWQi9DFq4evUEQZTti157m3RD3CbkOF3VRMZUNdCGl31nO3ecoUzH/eU83lZYjds9KIgmwRXzt/Ifl6HNusI4PDqhaqRqulpWMsM5MdgawYhZpXnzHCwGFj9pQmnQsSB9vXDMgwCUIaPL"