roles/users/tasks/main.yml aktualisiert
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
f96995baed
commit
a81610f636
1 changed files with 3 additions and 3 deletions
|
|
@ -25,21 +25,21 @@
|
||||||
ansible.builtin.user:
|
ansible.builtin.user:
|
||||||
name: lea
|
name: lea
|
||||||
shell: /bin/bash
|
shell: /bin/bash
|
||||||
groups: admins
|
groups: admins,webadmins
|
||||||
append: true
|
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,webadmins
|
||||||
append: true
|
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,webadmins
|
||||||
append: true
|
append: true
|
||||||
|
|
||||||
- name: Set up authorized keys for user lea
|
- name: Set up authorized keys for user lea
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue