ansible/roles/shell/tasks/users/techemporium.yml

16 lines
473 B
YAML
Raw Normal View History

2019-01-30 01:47:02 +00:00
---
- name: Setting up techemporium
user:
name: techemporium
groups: tilde
state: present
skeleton: /etc/skel
shell: /bin/bash
system: no
createhome: yes
home: /home/techemporium
- authorized_key:
user: user
state: present
2019-01-30 02:28:59 +00:00
key: "ssh-rsa AAAAB3NzaC1yc2EAAAABJQAAAQEAj6/NCshw8lCEO641ZKWCdzfhq/gNW6q7v5ULZAUz2a17Oqwx9cKvY8MgelPPFNj6d8j+qhG+cfy1uRXBgxj50ICQsFlA5baNk4RwdAZDuv2ifziXVBKKklQIqneRnilFKIQuHC5u/UuODgjkoOgLi+wQlgHhg3to"