Fix SSH login errors with pam in LXContainer
Find a file
2022-03-29 12:27:30 +02:00
tasks Initial commit 2022-03-29 12:27:30 +02:00
.gitignore Initial commit 2022-03-29 12:27:30 +02:00
LICENSE Initial commit 2022-03-29 12:27:30 +02:00
README.md Initial commit 2022-03-29 12:27:30 +02:00

lxc-fix-pam-loginuid

Fix pam login errors in LXContainers

Example playbook:

- hosts: all
  roles:
    - role: lxc-fix-pam-loginuid
      when: ansible_virtualization_role|default('NA') == 'guest' and ansible_virtualization_type|default('NA') == 'lxc'

License

GPL-3.0-or-later

Author Information