Implement basic LAN client.

This commit is contained in:
Andreas B. Mundt 2019-11-18 18:45:07 +01:00
parent ce6bd53319
commit bbcf45bbeb
7 changed files with 126 additions and 2 deletions

10
minimal-krb5.yml Normal file
View file

@ -0,0 +1,10 @@
---
# This playbook does almost nothing. Useful for testing only preseeding.
- name: apply a minimal configuration with kerberos LAN integration
hosts: all
remote_user: ansible
become: yes
roles:
- up2date-debian
- lan-client