feat: Add VFIO binding script and update playbook for enhanced virtualization support
This commit is contained in:
@@ -135,6 +135,14 @@
|
||||
- password-auth
|
||||
- pam
|
||||
|
||||
- name: Check if sssd-shadowutils exists
|
||||
ansible.builtin.stat:
|
||||
path: /etc/pam.d/sssd-shadowutils
|
||||
register: sssd_shadowutils
|
||||
tags:
|
||||
- sssd-shadowutils
|
||||
- pam
|
||||
|
||||
- name: Remove nullok from sssd-shadowutils
|
||||
become: true
|
||||
ansible.builtin.replace:
|
||||
@@ -143,6 +151,7 @@
|
||||
mode: "0644"
|
||||
owner: root
|
||||
group: root
|
||||
when: sssd_shadowutils.stat.exists
|
||||
tags:
|
||||
- sssd-shadowutils
|
||||
- pam
|
||||
|
||||
Reference in New Issue
Block a user