Adding user philip
This commit is contained in:
parent
5d31a79ddc
commit
42dc292f5e
|
@ -103,3 +103,4 @@
|
|||
- include: users/tomjerr.yml
|
||||
- include: users/yximdoa.yml
|
||||
- include: users/dovahkin.yml
|
||||
- include: users/philip.yml
|
||||
|
|
|
@ -0,0 +1,15 @@
|
|||
---
|
||||
- name: Setting up philip
|
||||
user:
|
||||
name: philip
|
||||
groups: tilde
|
||||
state: present
|
||||
skeleton: /etc/skel
|
||||
shell: /bin/bash
|
||||
system: no
|
||||
createhome: yes
|
||||
home: /home/philip
|
||||
- authorized_key:
|
||||
user: philip
|
||||
state: present
|
||||
key: "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDVcyGyDV4yuz1kfw4Gfx5JqYl6BBIgR71kz3Us/LyTCiB3hBLtxd7jhMsoJ+9U8O/W+yiS2jQOgTN2rw5lWFBBda26LFKV/HmCxEZflcEEpbsF5tlsisKzQ3iDZr16xQLD42eK8Pa/V9+b3cSQrGgIVySTAYqHARGkzv+S8x2JoicHpDJ0H5/HDfpQqpoOQjfWODFYLCZsVLWUUYI92zrLvZuWTT2Y/xdxRC7gnX8SntECwWxN+33DieHoGz1jq6topVrlFiufYCEVcVhBSfatkqRk/JHACUgNERWGpW1GcYmh6v6R33r9D/1h42S7EJCQQAq/tSEwMVAIoh9vHQCr botkey"
|
Loading…
Reference in New Issue