roles/users/tasks/main.yml aktualisiert
This commit is contained in:
parent
5ffee019c1
commit
e5b97622fb
1 changed files with 1 additions and 2 deletions
|
|
@ -35,7 +35,6 @@
|
||||||
groups: admins
|
groups: admins
|
||||||
append: yes
|
append: yes
|
||||||
|
|
||||||
|
|
||||||
- name: Ensure user "rulrich" exists
|
- name: Ensure user "rulrich" exists
|
||||||
ansible.builtin.user:
|
ansible.builtin.user:
|
||||||
name: rulrich
|
name: rulrich
|
||||||
|
|
@ -51,7 +50,7 @@
|
||||||
with_file:
|
with_file:
|
||||||
- public_keys/lea
|
- public_keys/lea
|
||||||
|
|
||||||
- name: Set up authorized keys for user beat
|
- name: Set up authorized keys for user beat
|
||||||
ansible.posix.authorized_key:
|
ansible.posix.authorized_key:
|
||||||
user: beat
|
user: beat
|
||||||
state: present
|
state: present
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue