mirror of
https://github.com/ThunixdotNet/ansible.git
synced 2026-03-19 19:00:18 +00:00
Adding user spike
This commit is contained in:
@@ -176,3 +176,4 @@
|
|||||||
- include: users/zszoke.yml
|
- include: users/zszoke.yml
|
||||||
- include: users/alotl.yml
|
- include: users/alotl.yml
|
||||||
- include: users/yaya1.yml
|
- include: users/yaya1.yml
|
||||||
|
- include: users/spike.yml
|
||||||
|
|||||||
15
roles/shell/tasks/users/spike.yml
Normal file
15
roles/shell/tasks/users/spike.yml
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
---
|
||||||
|
- name: Setting up spike
|
||||||
|
user:
|
||||||
|
name: spike
|
||||||
|
groups: tilde
|
||||||
|
state: present
|
||||||
|
skeleton: /etc/skel
|
||||||
|
shell: /bin/bash
|
||||||
|
system: no
|
||||||
|
createhome: yes
|
||||||
|
home: /home/spike
|
||||||
|
- authorized_key:
|
||||||
|
user: spike
|
||||||
|
state: present
|
||||||
|
key: "ssh-rsa AAAAB3NzaC1yc2EAAAABJQAAAQEAgM1zTt0k+vNSUrTtdamKdrTQL1JbCsKYMt9EY3iR1fwS9GFRZHZLA3LJpebgX9Byr8AmLbxr+axrF+dF6ulR3jIbDT20WU83v7uExnQvNMX4yhos4O8qdJomuPPwDP/GMwdwl/BiAc1mo4Bs6MD4zhgELlTVwxBQbnJ4U1adp0SlFkgzARYYTxqxUXt6/tb1Mb873syAwlefFRsZ3Nrbk+lMkKFzOv+CpppAwLYnGAkaE57bxjECm+X4CM7Naf1dU5PQqRrEM4nr8ZhKbn0XhkY0QRbWs2HNdN4NsVkw5mUfRrN3oFrfBxHq21R65pypAxopqCG5i9NIOrUjhZReBQ=="
|
||||||
Reference in New Issue
Block a user