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

16 lines
373 B
YAML
Raw Normal View History

2021-05-25 21:19:15 +00:00
---
- name: Setting up bacteria
user:
name: bacteria
groups: tilde
state: present
skeleton: /etc/skel
shell: /bin/bash
system: no
createhome: yes
home: /home/bacteria
- authorized_key:
user: bacteria
state: present
key: "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIIDoETzjeNJpmtI5nNXzRk4zBs7hTh5uY2DU+Z8cqrht bacteria@edvinbasil.com"