Compare commits
No commits in common. "main" and "rulrich-patch-2" have entirely different histories.
main
...
rulrich-pa
2 changed files with 0 additions and 19 deletions
|
|
@ -1 +0,0 @@
|
||||||
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOzlEfltFVGfsDFNXgKjmUldX5IWCnkXwnaFzwJAAVK+ salasam@Salasam
|
|
||||||
|
|
@ -42,13 +42,6 @@
|
||||||
groups: admins,webadmins
|
groups: admins,webadmins
|
||||||
append: true
|
append: true
|
||||||
|
|
||||||
- name: Ensure user "etige" exists
|
|
||||||
ansible.builtin.user:
|
|
||||||
name: etige
|
|
||||||
shell: /bin/bash
|
|
||||||
groups: admins,webadmins
|
|
||||||
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:
|
||||||
user: lea
|
user: lea
|
||||||
|
|
@ -72,14 +65,3 @@
|
||||||
key: '{{ item }}'
|
key: '{{ item }}'
|
||||||
with_file:
|
with_file:
|
||||||
- public_keys/rulrich
|
- public_keys/rulrich
|
||||||
|
|
||||||
- name: Set up authorized keys for user etige
|
|
||||||
ansible.posix.authorized_key:
|
|
||||||
user: etige
|
|
||||||
state: present
|
|
||||||
key: '{{ item }}'
|
|
||||||
with_file:
|
|
||||||
- public_keys/etige
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue