Adding user sancho
This commit is contained in:
parent
42dc292f5e
commit
16fc3f008f
|
@ -104,3 +104,4 @@
|
||||||
- include: users/yximdoa.yml
|
- include: users/yximdoa.yml
|
||||||
- include: users/dovahkin.yml
|
- include: users/dovahkin.yml
|
||||||
- include: users/philip.yml
|
- include: users/philip.yml
|
||||||
|
- include: users/sancho.yml
|
||||||
|
|
|
@ -0,0 +1,15 @@
|
||||||
|
---
|
||||||
|
- name: Setting up sancho
|
||||||
|
user:
|
||||||
|
name: sancho
|
||||||
|
groups: tilde
|
||||||
|
state: present
|
||||||
|
skeleton: /etc/skel
|
||||||
|
shell: /bin/bash
|
||||||
|
system: no
|
||||||
|
createhome: yes
|
||||||
|
home: /home/sancho
|
||||||
|
- authorized_key:
|
||||||
|
user: sancho
|
||||||
|
state: present
|
||||||
|
key: "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC4MMCKYJNsVujvaj2cY/XF0FOofjNiS9hScXCpMFWynRvCz6KHyow9nhLpSaikdbdw0rruuJb/t57hDqPPJipDc6vw2KQ7TBxK4Hb349twkWYk7fI1o4QCu3u6s4/uIemYHCrMOfs4JFDq/1Sk4iu9JGq5aTKt64d5gpeOBBocxr2Tfts8u5hecUWOEu89oC0pLPUhlfqpk3zekqBOdeaJNHZtfJGkkeJbVrppoRbbUfm/vgy0BtbCBLSgeWN7eXRDSA4qsm7pCank+WtNlveq9xVBY9ILWIctzmSSC30O54mFowykQlbLzVMOJCgYgfyWBFWahX3Hn6gmRiQxxJx3"
|
Loading…
Reference in New Issue