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/aidenlol.yml

16 lines
673 B
YAML

---
- name: Setting up aidenlol
user:
name: aidenlol
groups: tilde
state: present
skeleton: /etc/skel
shell: /bin/bash
system: no
createhome: yes
home: /home/aidenlol
- authorized_key:
user: aidenlol
state: present
key: "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC/G/79Bm2heT78vCWoy0EPRG7kZedhuJiOIwryt9w8Qf+CgtQcTURdMzKqZkHKbfkOx1gFJVbi45ILpSRW3hzjnd4q+2ErtPVJkJLEwLFufLHcCTo74G8Pzw8VKGveGGzn9lXlsd9ru5erHxTS9fmKXvCR8rEHDGvsWzJymcjf3XADxEKErS3SL/v9vuXT9/1cxZwNCUYvavL+NTS/JgHBQj3W2eEXUBprLJvqfyCROC+MgrIYGnDmP9uqFAWdXWMths15y5nGw8w3iURt2ZhNFo4dmGAyqJxusEvbOyEgtloZhpLFG3PR/97LcCCOjQhxSDV1iOioTqnI2+ziCVZr tanman@DESKTOP-NSJFNIJC"