allow passwordless Sudo for user

This commit is contained in:
Raphael Dannecker 2026-01-21 12:01:15 +01:00
parent 7070e183ae
commit 3faf0525a8
4 changed files with 22 additions and 10 deletions

View file

@ -5,7 +5,8 @@
name:
- cifs-utils
- krb5-user
- python3-pip
# - python3-pip
- python3-impacket
- name: Provide lmn-parse-vminfo script
ansible.builtin.copy:
@ -13,10 +14,10 @@
dest: /usr/local/bin/lmn-parse-vminfo
mode: '0755'
- name: Install impacket pip package
ansible.builtin.pip:
name: impacket
break_system_packages: true
# - name: Install impacket pip package
# ansible.builtin.pip:
# name: impacket
# break_system_packages: true
- name: Provide lmn-vminfo.service and timer
ansible.builtin.copy: