This repository has been archived on 2024-01-01. You can view files and clone it, but cannot push or open issues or pull requests.
ansible/roles/shell/tasks/users/jac98.yml

16 lines
469 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+nuYM7apPLgGuKbMDcdC9czIOymgaXbm3q9h7Nj2REIQeIHohO7UMN7pfQMcP/fw/yFUT9f+QQ/7Puy2ESSNBzVTOmv2tyDAAPkQ=="