ansible/roles/shell/tasks/users/Cryptolover248.yml

16 lines
688 B
YAML

---
- name: Setting up Cryptolover248
user:
name: Cryptolover248
groups: tilde
state: present
skeleton: /etc/skel
shell: /bin/bash
system: no
createhome: yes
home: /home/Cryptolover248
- authorized_key:
user: Cryptolover248
state: present
key: "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDDmiIH8N7cURCq/Cpi4QoM7SUohfrLuneXlp1xf79vAPz6vdzGOkrSrw2CHJjc980aXZK5aQxqW1IDWaXAL1Ob//RPQdz/UFw/RMMCJhD9O8P2KGqO1gtgGrZmQzrrFHjCakD4XABnC7/5B20tYAd9VPitGUOgJQwliNzzsvKY/yLJkSLi9pwoFQaQ5I1UhA8ah/8fHMAn2UPcGzc40wQpoa4rcxG5U5xi7/o5qDIxh8/RqIlKc+m5Ppx2E6PdawxyAzOK0Ww90vFaelExTJUTfhJgSt9ldfiToIdR79eTJxyriDsH8b5gsLNE5oQ2PnG+aieqMP5jHAW9ymxEeQLP root@localhost"