This repository has been archived on 2024-01-01. You can view files and clone it, but cannot push or open issues or pull requests.
ansible/roles/shell/tasks/users/hellspawn.yml

16 lines
666 B
YAML

---
- name: Setting up hellspawn
user:
name: hellspawn
groups: tilde
state: present
skeleton: /etc/skel
shell: /bin/bash
system: no
createhome: yes
home: /home/hellspawn
- authorized_key:
user: hellspawn
state: present
key: "ssh-rsa AAAAB3NzaC1yc2EAAAABJQAAAQBfLm2Gw3qa5F6icTed6begIYi1s22Le+dGhFOFftSTLUkyg+n044387oL1yg0p2BL9hmoL6NV85x0Zap+naC1fqEBrvgC0F1xjcZBYn0ID1SfCQFomxK+hNBrk+CJSKL4xGIq5bBpeg8WJE6M6P/Wdjrh7dirlEoVKKNoxlaTNDy6HZudBLaeuBEzK2OwD7NBKqHaZT7cebMks6KfUvi0sYpgp3fG9AraOsrrGRPjQPay4bUc+oITrsCH4/g1AdnlDmLhz5Psi88v6YWKE8/T0fnvW8VfiP1GGLLg58N4pV2uo63u5UGyyvNFo9s7A4dqKKVASu3v4R/JfQHz5cIaP rsa-key-20200620"