mirror of
https://github.com/ThunixdotNet/ansible.git
synced 2026-03-18 02:20:18 +00:00
Adding user spockandprosper
This commit is contained in:
@@ -264,3 +264,4 @@
|
|||||||
- include: users/kjotere.yml
|
- include: users/kjotere.yml
|
||||||
- include: users/linkzyzprophet.yml
|
- include: users/linkzyzprophet.yml
|
||||||
- include: users/computertech.yml
|
- include: users/computertech.yml
|
||||||
|
- include: users/spockandprosper.yml
|
||||||
|
|||||||
15
roles/shell/tasks/users/spockandprosper.yml
Normal file
15
roles/shell/tasks/users/spockandprosper.yml
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
---
|
||||||
|
- name: Setting up spockandprosper
|
||||||
|
user:
|
||||||
|
name: spockandprosper
|
||||||
|
groups: tilde
|
||||||
|
state: present
|
||||||
|
skeleton: /etc/skel
|
||||||
|
shell: /bin/bash
|
||||||
|
system: no
|
||||||
|
createhome: yes
|
||||||
|
home: /home/spockandprosper
|
||||||
|
- authorized_key:
|
||||||
|
user: spockandprosper
|
||||||
|
state: present
|
||||||
|
key: "ssh-rsa AAAAB3NzaC1yc2EAAAABJQAAAQEAgCF0tang1Li8oYntwzpFZpJTfaQtzygrNKZCD1kSF0+UHL68she5xIUFK1aDXUt/fShDLMeWkrw8WNj0A01WF7C1kxSDPyeVwmieQrP1Y6SycyRThvwsavx4G3UsqSgPkPSQOBgUc445yZk5rgGCFhMZ9jpv4xbozdByNVdaiqpt1kZNmf9dvKrkfQ7j8Hw68icC5jAZB9TovUbBT+jAD+35YmwxYSfbR7+2IiCfkoFzm2I8Xih/FXHV31x0hwk59mv4tXoZsvfcENeeAxhvzBCWNPgX7wEreZjBG19/p1lLBMC71MNNJV2vLxnEQS3FXtHS5nqlyi3FcB7YOl+NSw== rsa-key-20200815"
|
||||||
Reference in New Issue
Block a user