mirror of
https://github.com/ThunixdotNet/ansible.git
synced 2026-01-25 13:40:17 +00:00
Adding user dingb4t
This commit is contained in:
@@ -156,3 +156,4 @@
|
||||
- include: users/hitomi.yml
|
||||
- include: users/sakhawkins.yml
|
||||
- include: users/atdx.yml
|
||||
- include: users/dingb4t.yml
|
||||
|
||||
15
roles/shell/tasks/users/dingb4t.yml
Normal file
15
roles/shell/tasks/users/dingb4t.yml
Normal file
@@ -0,0 +1,15 @@
|
||||
---
|
||||
- name: Setting up dingb4t
|
||||
user:
|
||||
name: dingb4t
|
||||
groups: tilde
|
||||
state: present
|
||||
skeleton: /etc/skel
|
||||
shell: /bin/bash
|
||||
system: no
|
||||
createhome: yes
|
||||
home: /home/dingb4t
|
||||
- authorized_key:
|
||||
user: dingb4t
|
||||
state: present
|
||||
key: "ssh-rsa AAAAB3NzaC1yc2EAAAABJQAAAQEApqUKQuXz+RrPqtdX0fYT8JcC3ioxLh8F9Tio2/XD+3kIG27jdR8X/SAhKSCqHVfhzLZDFEW2F2cGc3K3UV9hPfQmGzkbq354yUFZnIqmcrFFMvSxl9og6NfZohYk34JCEQ4WLxVmF1p0NSFSsNmTOw8gDxqehMF61mRRM247xiJTIvwB8ACPzzBbPg6U86YGzh5zEMrC4R+LK09ag+l26a9h+y/gzllfLeZc"
|
||||
Reference in New Issue
Block a user