renamed customer user group

This commit is contained in:
ladislav.dusa
2025-04-16 11:38:58 +02:00
parent 80ddec608a
commit 9be37d9ad5
4 changed files with 20 additions and 5 deletions

View File

@ -1,5 +1,5 @@
---
# requirements.yml
collections:
- name: community.general
source: https://galaxy.ansible.com
- name: community.docker

View File

@ -17,3 +17,8 @@
owner: jd
group: jd
when: inventory_hostname != 'nas.home.lan'
- name: Set authorized key taken from file
ansible.posix.authorized_key:
user: jd
state: present
key: "{{ lookup('file', '/home/jd/.ssh/id_rsa.pub') }}"