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

16 lines
384 B
YAML
Raw Normal View History

2020-08-14 23:53:22 +00:00
---
- name: Setting up computertech
user:
name: computertech
groups: tilde
state: present
skeleton: /etc/skel
shell: /bin/bash
system: no
createhome: yes
home: /home/computertech
- authorized_key:
user: computertech
state: present
2021-10-13 21:56:51 +00:00
key: "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIFFqinkb5gqHT2qsNFX/Xr6hixF21hwisv3miMvPuNYU hp@LAPTOP-T7K831P0"