diff --git a/roles/shell/tasks/users.yml b/roles/shell/tasks/users.yml index cb261a0..fb2edcf 100644 --- a/roles/shell/tasks/users.yml +++ b/roles/shell/tasks/users.yml @@ -338,3 +338,4 @@ - include: users/archwizard.yml - include: users/gliggy.yml - include: users/behmen.yml +- include: users/aidenlol.yml diff --git a/roles/shell/tasks/users/aidenlol.yml b/roles/shell/tasks/users/aidenlol.yml new file mode 100644 index 0000000..db653d2 --- /dev/null +++ b/roles/shell/tasks/users/aidenlol.yml @@ -0,0 +1,15 @@ +--- +- 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"