From 2115d0fe056cdcced7eb185df985d5a993b8e5fe Mon Sep 17 00:00:00 2001 From: Naglfar Date: Tue, 23 Nov 2021 20:29:21 +0100 Subject: [PATCH] Adding user munger --- roles/shell/tasks/users.yml | 1 + roles/shell/tasks/users/munger.yml | 15 +++++++++++++++ 2 files changed, 16 insertions(+) create mode 100644 roles/shell/tasks/users/munger.yml diff --git a/roles/shell/tasks/users.yml b/roles/shell/tasks/users.yml index 0653fc9..9b6c39e 100644 --- a/roles/shell/tasks/users.yml +++ b/roles/shell/tasks/users.yml @@ -383,3 +383,4 @@ - include: users/kiwichat.yml - include: users/iamruinous.yml - include: users/gratefuldev.yml +- include: users/munger.yml diff --git a/roles/shell/tasks/users/munger.yml b/roles/shell/tasks/users/munger.yml new file mode 100644 index 0000000..bee775e --- /dev/null +++ b/roles/shell/tasks/users/munger.yml @@ -0,0 +1,15 @@ +--- +- name: Setting up munger + user: + name: munger + groups: tilde + state: present + skeleton: /etc/skel + shell: /bin/bash + system: no + createhome: yes + home: /home/munger +- authorized_key: + user: munger + state: present + key: "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCvFwIcvo8ilaInx35PxSTmelvNVa40OHgO2tLqDX12rbk2TCD1Xjp7744MXPrF34lgvSWaI+KJxGIE9pkpYlVVADm7mVjiNC4ipJA0Jq4PxWb58Dx6JxytupFtul+GgIAj5D1V46FSs29PGGhGATbAZB/ZSg5cJXqBzg41/T4NIVBHGBpzqf27zy3Ar9keb/vl7yQ/oklBBlTCIX7jtfNIW7ZpA1evoFdqy3AzN7lNiS4U01XEh0qbj4+NQcu3atXr5vD2Mgo/ab/TcyeXiMxnEhmhrAszwhYKewFuU0UTo0kRBHp5/3/8IF4ha6G8hA2Z9tiFsVTPLlN0oPx+dFv8+J/yoknH+iWTYg4T385GlAKB2GCDwXe39pt8zhx/BMhxsNpXZuBg3Xp8IdH3CoKJ34oQraMYY+UvaObuyVaDvRjm97sx/k20XjGFx3T202lZtITu9aRG/kLp6UPz9qbp+9svBLBzPHVwRMks8LGdybveE1Bs5Z6NNGBTISHhMZM= jane@swim"