Adding user core

This commit is contained in:
Blade of Darkness 2020-07-10 09:18:57 +02:00
parent 727c4bf241
commit eeb294d7f8
2 changed files with 16 additions and 0 deletions

View File

@ -249,3 +249,4 @@
- include: users/kcubeterm.yml
- include: users/genie_g.yml
- include: users/Kymonlucky.yml
- include: users/core.yml

View File

@ -0,0 +1,15 @@
---
- name: Setting up core
user:
name: core
groups: tilde
state: present
skeleton: /etc/skel
shell: /bin/bash
system: no
createhome: yes
home: /home/core
- authorized_key:
user: core
state: present
key: "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDv22iVeJ1DlIfj670ARRT3iEGdH9gN1CKM2cjQp0hYxLJ4BwxsyiSSqTb0TxpRABkIW8tRFm/cEBnD/f2//fcJ2NOem+RV0c90TamuslODXmklRKJ7qGWJkrEXJ4dl8cRvoFBlvcippuIT+0N9XWb1xO0MSBUie59FN+osSwOLV/D21K9JzoS8yzKtbxxQI+9N7BZlEmknp4QMcFtZ+SzEN7Q+EnH7YBfq5dEaAq3nhQ/vnuirwupmJ1GS+0Fsg14oe1xjfJom8ZWuw/FEFzJGpZFkh8HETiHtS6DihBqn3PL6kTnvNX+W7RY08chIMNdjwu8BsOJGjcD7jsqWIV2J user@debian"