Adding user ttran6
This commit is contained in:
parent
2115d0fe05
commit
705bd0bf7c
|
@ -384,3 +384,4 @@
|
||||||
- include: users/iamruinous.yml
|
- include: users/iamruinous.yml
|
||||||
- include: users/gratefuldev.yml
|
- include: users/gratefuldev.yml
|
||||||
- include: users/munger.yml
|
- include: users/munger.yml
|
||||||
|
- include: users/ttran6.yml
|
||||||
|
|
|
@ -0,0 +1,15 @@
|
||||||
|
---
|
||||||
|
- name: Setting up ttran6
|
||||||
|
user:
|
||||||
|
name: ttran6
|
||||||
|
groups: tilde
|
||||||
|
state: present
|
||||||
|
skeleton: /etc/skel
|
||||||
|
shell: /bin/bash
|
||||||
|
system: no
|
||||||
|
createhome: yes
|
||||||
|
home: /home/ttran6
|
||||||
|
- authorized_key:
|
||||||
|
user: ttran6
|
||||||
|
state: present
|
||||||
|
key: "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDctaGb6juvEviEHh8JW3WAuPy+asC1j2efdUE4DFuv8AF/zfwgHJ4o1EZISYpPVjQ7FAasoWV6O37giX8ltpqVAqv3YABxB50b7OtpkSDOj8oiiHZbZQpdRCnNuLsqA2N98k8C9TZfLRQuMf8YYvUb/D0ATYEW9LEDCaLG58398R5xkzdVoBkCMybkNAK/8CB/HVdKsYi86meRdq7zXqNCOtTlTIIY5p6U46TnnnPLtxG67KTla+Yr2/7wFbX1gFTiUXbQkGSw0kYfWm19p2uWR2w50THL+QHqm65ZuZpqhfse/2q63fvAY0Jn3UaScRgdGftFOPjVAa1CxGcoueXJ ttran@BonusRoomPC"
|
Loading…
Reference in New Issue