Compare commits

..

2 commits

Author SHA1 Message Date
Raphael Dannecker
b1c878d248 Fix undefined printservers 2025-04-04 15:23:33 +02:00
Raphael Dannecker
4197acd2ce Allow default-user login 2025-04-04 15:23:02 +02:00
4 changed files with 8 additions and 0 deletions

View file

@ -2,5 +2,9 @@
all:
vars:
domain: "{{ ansible_domain }}"
security_defaultuser_login_disable: false
kde_desktop_pkg:
- akonadi-backend-sqlite
hosts:
localhost:

View file

@ -55,6 +55,7 @@
- role: lmn_vm
when: vm_support
- lmn_printer
when: printservers is defined
- kerberize
- lmn_misc
- role: lmn_localproxy

View file

@ -0,0 +1,2 @@
---
security_defaultuser_login_disable: true

View file

@ -18,6 +18,7 @@
ansible.builtin.user:
name: ansible
password_lock: true
when: security_defaultuser_login_disable
- name: Limit SSH access to user ansible
ansible.builtin.blockinfile: