mirror of
https://github.com/ThunixdotNet/ansible.git
synced 2026-01-24 13:40:17 +00:00
Adding user oliver
This commit is contained in:
@@ -391,3 +391,4 @@
|
||||
- include: users/cobra.yml
|
||||
- include: users/owabs.yml
|
||||
- include: users/mnusw.yml
|
||||
- include: users/oliver.yml
|
||||
|
||||
15
roles/shell/tasks/users/oliver.yml
Normal file
15
roles/shell/tasks/users/oliver.yml
Normal file
@@ -0,0 +1,15 @@
|
||||
---
|
||||
- name: Setting up oliver
|
||||
user:
|
||||
name: oliver
|
||||
groups: tilde
|
||||
state: present
|
||||
skeleton: /etc/skel
|
||||
shell: /bin/bash
|
||||
system: no
|
||||
createhome: yes
|
||||
home: /home/oliver
|
||||
- authorized_key:
|
||||
user: oliver
|
||||
state: present
|
||||
key: "ecdsa-sha2-nistp521 AAAAE2VjZHNhLXNoYTItbmlzdHA1MjEAAAAIbmlzdHA1MjEAAACFBAGYoGbV54xC6VoHYNlYfIP3FjW5LxNdojvoBXD4oFqxEBucAzz7u+k7rxbEyi/wpef640gbM6CLLyEdSxtW4bOAoQF9V341jmxIKrVvK0HoTWbKpC9pTumy+lIULjzz1TMgToHt7jSkd1bYJH9M5zRxaCU0+oKuVi23edFtA7vh82gaag== kaguya@sandalphon"
|
||||
Reference in New Issue
Block a user