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

16 lines
424 B
YAML

---
- name: Setting up jac98
user:
name: jac98
groups: tilde
state: present
skeleton: /etc/skel
shell: /bin/bash
system: no
createhome: yes
home: /home/jac98
- authorized_key:
user: jac98
state: present
key: "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQDJdu3JpA02RFmd9YVhVIw53FolIR9Drq2TJzob8jVmcn6S5cXjTfZ+//OJk2wopLoRkEn2hF+nuYM7apPLgGuKbMDcdC9czIOymgaXbm3q9h7Nj2REIQeIHohO7UMN7pf"