roles/users/tasks/main.yml aktualisiert
All checks were successful
continuous-integration/drone/pr Build is passing
All checks were successful
continuous-integration/drone/pr Build is passing
This commit is contained in:
parent
0055b8dda5
commit
ebf8263f0d
1 changed files with 4 additions and 5 deletions
|
|
@ -26,21 +26,21 @@
|
||||||
name: lea
|
name: lea
|
||||||
shell: /bin/bash
|
shell: /bin/bash
|
||||||
groups: admins
|
groups: admins
|
||||||
append: yes
|
append: true
|
||||||
|
|
||||||
- name: Ensure user "beat" exists
|
- name: Ensure user "beat" exists
|
||||||
ansible.builtin.user:
|
ansible.builtin.user:
|
||||||
name: beat
|
name: beat
|
||||||
shell: /bin/bash
|
shell: /bin/bash
|
||||||
groups: admins
|
groups: admins
|
||||||
append: yes
|
append: true
|
||||||
|
|
||||||
- name: Ensure user "rulrich" exists
|
- name: Ensure user "rulrich" exists
|
||||||
ansible.builtin.user:
|
ansible.builtin.user:
|
||||||
name: rulrich
|
name: rulrich
|
||||||
shell: /bin/bash
|
shell: /bin/bash
|
||||||
groups: admins
|
groups: admins
|
||||||
append: yes
|
append: true
|
||||||
|
|
||||||
- name: Set up authorized keys for user lea
|
- name: Set up authorized keys for user lea
|
||||||
ansible.posix.authorized_key:
|
ansible.posix.authorized_key:
|
||||||
|
|
@ -65,4 +65,3 @@
|
||||||
key: '{{ item }}'
|
key: '{{ item }}'
|
||||||
with_file:
|
with_file:
|
||||||
- public_keys/rulrich
|
- public_keys/rulrich
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue