Compare commits
No commits in common. "main" and "rulrich-patch-1" have entirely different histories.
main
...
rulrich-pa
3 changed files with 1 additions and 20 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
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,3 @@
|
||||||
rear_backup_user: rear
|
rear_backup_user: rear
|
||||||
rear_backup_server: lima.skunklab.ch
|
rear_backup_server: kilo.host-ranger.ch
|
||||||
rear_backup_path: /media/rear/band-on/
|
rear_backup_path: /media/rear/band-on/
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue