diff --git a/roles/shell/tasks/users.yml b/roles/shell/tasks/users.yml index 4764761..8e3e736 100644 --- a/roles/shell/tasks/users.yml +++ b/roles/shell/tasks/users.yml @@ -45,3 +45,4 @@ - include: users/lowusage.yml - include: users/bercik.yml - include: users/amoghavarsha.yml +- include: users/txtcat.yml diff --git a/roles/shell/tasks/users/txtcat.yml b/roles/shell/tasks/users/txtcat.yml new file mode 100644 index 0000000..956f355 --- /dev/null +++ b/roles/shell/tasks/users/txtcat.yml @@ -0,0 +1,15 @@ +--- +- name: Setting up txtcat + user: + name: txtcat + groups: tilde + state: present + skeleton: /etc/skel + shell: /bin/bash + system: no + createhome: yes + home: /home/txtcat +- authorized_key: + user: txtcat + state: present + key: "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIEjMOIBCJPTXXC4SCiuovwB+sX+MheDsOJcUHojFvLOt u0_a208@localhost"