Implement basic LAN client.
This commit is contained in:
parent
ce6bd53319
commit
bbcf45bbeb
7 changed files with 126 additions and 2 deletions
10
minimal-krb5.yml
Normal file
10
minimal-krb5.yml
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue