2019-11-18 18:45:07 +01:00
|
|
|
---
|
|
|
|
# This playbook does almost nothing. Useful for testing only preseeding.
|
|
|
|
|
|
|
|
- name: apply a minimal configuration with kerberos LAN integration
|
|
|
|
hosts: all
|
|
|
|
remote_user: ansible
|
2022-06-11 12:42:02 +02:00
|
|
|
become: true
|
2019-11-18 18:45:07 +01:00
|
|
|
roles:
|
|
|
|
- up2date-debian
|
|
|
|
- lan-client
|