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

16 lines
670 B
YAML
Raw Normal View History

2020-12-04 19:27:39 +00:00
---
- name: Setting up novaburst
user:
name: novaburst
groups: tilde
state: present
skeleton: /etc/skel
shell: /bin/bash
system: no
createhome: yes
home: /home/novaburst
- authorized_key:
user: novaburst
state: present
key: "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDRMJF+secOobfazaW8JhVI6T2efeDU83aW9YCe8UXCf78DfHchEj9QtpzvsmicGCU//1gUC8egGGTqX6+05xaHSchFlArC6e0f6zBrrxtTu5tIjsLV0PcwyeBrM4ucil8LDYSxjHXf9mZ9dMc+RHaweQQPopUvEomNVDeeqx7Ez5t7O+7Hu77e6irh/LCPFsrAjD88vmZOZ5rHucmcfJhtmAXF3YFBVdluMENRefGOEvUxTr2gPQr1CI8aM5Vd++ajY8O+0iBpwc/lvV6Xt9QFpDJZLmg8nyibbiyLhyCWhcStNZxy8i7GBhs2G+134AHvzysih/Vc7fFa5dT1L7W9 nova@nova-laptop"