Merge pull request 'rulrich-patch-1' (#2) from rulrich-patch-1 into main
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #2
This commit is contained in:
commit
cff98db071
3 changed files with 6 additions and 7 deletions
|
|
@ -26,21 +26,21 @@
|
|||
name: lea
|
||||
shell: /bin/bash
|
||||
groups: admins
|
||||
append: yes
|
||||
append: true
|
||||
|
||||
- name: Ensure user "beat" exists
|
||||
ansible.builtin.user:
|
||||
name: beat
|
||||
shell: /bin/bash
|
||||
groups: admins
|
||||
append: yes
|
||||
append: true
|
||||
|
||||
- name: Ensure user "rulrich" exists
|
||||
ansible.builtin.user:
|
||||
name: rulrich
|
||||
shell: /bin/bash
|
||||
groups: admins
|
||||
append: yes
|
||||
append: true
|
||||
|
||||
- name: Set up authorized keys for user lea
|
||||
ansible.posix.authorized_key:
|
||||
|
|
@ -65,4 +65,3 @@
|
|||
key: '{{ item }}'
|
||||
with_file:
|
||||
- public_keys/rulrich
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue