redhat account unenforced in ansible
This commit is contained in:
parent
1cdd4f9fda
commit
73e9c5c2fa
|
@ -119,7 +119,6 @@
|
|||
#- include: users/rado.yml
|
||||
#- include: users/ragnarok.yml
|
||||
- include: users/rain.yml
|
||||
#- include: users/redhat.yml
|
||||
#- include: users/responsibleracoon.yml
|
||||
- include: users/ringo.yml
|
||||
#- include: users/riska.yml
|
||||
|
|
|
@ -1,16 +0,0 @@
|
|||
---
|
||||
- name: Setting up redhat
|
||||
user:
|
||||
name: redhat
|
||||
groups: tilde
|
||||
state: present
|
||||
skeleton: /etc/skel
|
||||
shell: /bin/bash
|
||||
system: no
|
||||
createhome: yes
|
||||
home: /home/redhat
|
||||
|
||||
- authorized_key:
|
||||
user: redhat
|
||||
state: present
|
||||
key: "ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEA2J1CJ8/6LDq83gahh4WwoSldjE91fpwh2DX6vlCqNV5uiM8NpCNWRyeUZV3zkG04XtyuE6yNsGvqpGFAbK47TiOAXv9bC2n2nt+WXZ8nVtfHr0A2ajXP/6E/v++lcX34x2kw1lFeWzqXCpaPlJojfUYAe/YKoAns9nVcMyIgeaiNyWouf4dpCo9p+uH2mjpTuG+Ty87DEvJT1FiyKgxtqXZim6M79vgIerCjBPw+neIGT3Q7OHZzfBcO0IpGVvnlevEpYQx6RjjMAUle3I5WkZrNesb5zSpYbmxrnAxmeWcVVxKQ2HP5Ousa62oTuJ2c3L6U6OwvXzJZLyx50G7rtQ== root"
|
Loading…
Reference in New Issue