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/voynich.yml

16 lines
361 B
YAML

---
- name: Setting up voynich
user:
name: voynich
groups: tilde
state: present
skeleton: /etc/skel
shell: /bin/bash
system: no
createhome: yes
home: /home/voynich
- authorized_key:
user: voynich
state: present
key: "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILEqZYkWn+hu7Sqpy/BAwlQHm76LfOfNLW4LjeTERS3V voynich@copland"