Compare commits

..

No commits in common. "b1c878d24800bdf61b277eaaba607fd3b4da3a04" and "6482f3864f15c80991ba20205adbae29816265e1" have entirely different histories.

4 changed files with 0 additions and 8 deletions

View file

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

View file

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

View file

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

View file

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