From ac3a02211b0c25b1005d332d06192ec2e7f86415 Mon Sep 17 00:00:00 2001 From: Ubergeek Date: Wed, 16 Feb 2022 19:20:09 -0500 Subject: [PATCH] pg account unenforced in ansible --- roles/shell/tasks/users.yml | 1 - roles/shell/tasks/users/pg.yml | 15 --------------- 2 files changed, 16 deletions(-) delete mode 100644 roles/shell/tasks/users/pg.yml diff --git a/roles/shell/tasks/users.yml b/roles/shell/tasks/users.yml index d142372..dcd1bc3 100644 --- a/roles/shell/tasks/users.yml +++ b/roles/shell/tasks/users.yml @@ -260,7 +260,6 @@ - include: users/guela.yml - include: users/ocz.yml - include: users/sanercreighton.yml -- include: users/pg.yml - include: users/lokiwho.yml - include: users/archwizard.yml - include: users/gliggy.yml diff --git a/roles/shell/tasks/users/pg.yml b/roles/shell/tasks/users/pg.yml deleted file mode 100644 index 79534cb..0000000 --- a/roles/shell/tasks/users/pg.yml +++ /dev/null @@ -1,15 +0,0 @@ ---- -- name: Setting up pg - user: - name: pg - groups: tilde - state: present - skeleton: /etc/skel - shell: /bin/bash - system: no - createhome: yes - home: /home/pg -- authorized_key: - user: pg - state: present - key: "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCsocr/sRV79H2krU6VZCGWZZLD1GfQsqkaDzN1slRUbHbrXDpyzDx81T2DOxiV+PUXL5A8ulz8e1zxjSyoNOAlLllA+etKMxdTr8DJyBOPIXkd7/SZ0Y/thw6uaXlZD4Ts0hk1XhZqxD4WjGwRrVMl17/XSE06xtyTV+fZZ/aKjWe93Wis2vcEyzrqRSPIHYh3o7FoMLXm2vyE1qGvf9lXMvtzsWIMJaC0KS8tl4xTrMxiN4Din0TGM1rFGTG6x4xp3wNJOOFMNA0OSZfIczk9iox6qurqT7gBkZGK2yiP7umD4MrZ75LgZ6yjPDE8z0bPc3biPwm2+jWx9ggUwvc2WXz33Gsfz6FBKcZOcPX5qEhKhJ/loE4N/IqLMiipMBcOlB3rv4VKI/xrIa9QgD/4Wm2PzlbOUkgaVHb3s8dY2ZXdM0jEWVT8dl5NzbCpNfk6Yy8skqC2gjLFSWP4+ckBpLan/oqm21Oh1yKkyG8IQT9Y87CsZYTdquJ/mGo6Ypc="