allow passwordless Sudo for user
This commit is contained in:
parent
7070e183ae
commit
3faf0525a8
4 changed files with 22 additions and 10 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue