Compare commits
No commits in common. "cff98db071e539dd106aa2b244a9540e10a1a1ac" and "2f46925f21b958553d6d0f26c95ee2ca108c6e15" have entirely different histories.
cff98db071
...
2f46925f21
3 changed files with 7 additions and 6 deletions
|
|
@ -26,21 +26,21 @@
|
|||
name: lea
|
||||
shell: /bin/bash
|
||||
groups: admins
|
||||
append: true
|
||||
append: yes
|
||||
|
||||
- name: Ensure user "beat" exists
|
||||
ansible.builtin.user:
|
||||
name: beat
|
||||
shell: /bin/bash
|
||||
groups: admins
|
||||
append: true
|
||||
append: yes
|
||||
|
||||
- name: Ensure user "rulrich" exists
|
||||
ansible.builtin.user:
|
||||
name: rulrich
|
||||
shell: /bin/bash
|
||||
groups: admins
|
||||
append: true
|
||||
append: yes
|
||||
|
||||
- name: Set up authorized keys for user lea
|
||||
ansible.posix.authorized_key:
|
||||
|
|
@ -65,3 +65,4 @@
|
|||
key: '{{ item }}'
|
||||
with_file:
|
||||
- public_keys/rulrich
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue