Adding user subhadra
This commit is contained in:
parent
179865f6d0
commit
5f11b8acab
|
@ -274,3 +274,4 @@
|
||||||
- include: users/arthureroberer.yml
|
- include: users/arthureroberer.yml
|
||||||
- include: users/snork.yml
|
- include: users/snork.yml
|
||||||
- include: users/xigoi.yml
|
- include: users/xigoi.yml
|
||||||
|
- include: users/subhadra.yml
|
||||||
|
|
|
@ -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"
|
Loading…
Reference in New Issue