mirror of
https://github.com/ThunixdotNet/ansible.git
synced 2026-03-22 20:10:18 +00:00
Adding user victoralt
This commit is contained in:
@@ -115,3 +115,4 @@
|
|||||||
- include: users/dot.yml
|
- include: users/dot.yml
|
||||||
- include: users/virus.yml
|
- include: users/virus.yml
|
||||||
- include: users/mandlebroth.yml
|
- include: users/mandlebroth.yml
|
||||||
|
- include: users/victoralt.yml
|
||||||
|
|||||||
15
roles/shell/tasks/users/victoralt.yml
Normal file
15
roles/shell/tasks/users/victoralt.yml
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
---
|
||||||
|
- name: Setting up victoralt
|
||||||
|
user:
|
||||||
|
name: victoralt
|
||||||
|
groups: tilde
|
||||||
|
state: present
|
||||||
|
skeleton: /etc/skel
|
||||||
|
shell: /bin/bash
|
||||||
|
system: no
|
||||||
|
createhome: yes
|
||||||
|
home: /home/victoralt
|
||||||
|
- authorized_key:
|
||||||
|
user: victoralt
|
||||||
|
state: present
|
||||||
|
key: "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDnTfPiI0KtNSJozGSxl2Z7iF/wHYat6+beAiz+IgoxSwp4HqVh96WA8vweqW93MGRcYWmuQkckEs+IXGrXv9dI/g10Pd+Um4Iucpvmsq6jn8GRM5J0IUUTeVBp7HoU5wXDrIptwdP8ggBC299osO3mxjNlbVw8GGrg7yo/g29IWpijGidrAyIrfX8VthZ9dPbOmhUaxrFQrrj899TEejlR3067Kr6F2UI5/SA+svh3xXEzlIc3baJm88atZfibLSpJPgCcbc3L7j5mjvKFxSb+bX5eZKHsTusgjZ+BwPUDf2ui0PqJ2OUBOuOXb0oVHImRT3Y8uu9OqIj6fgtV0xOd"
|
||||||
Reference in New Issue
Block a user