2019-10-20 17:20:37 +02:00
|
|
|
---
|
|
|
|
# This playbook does almost nothing. Useful for testing only preseeding.
|
|
|
|
|
|
|
|
- name: apply a minimal configuration to the machine
|
|
|
|
hosts: all
|
|
|
|
remote_user: ansible
|
2022-06-11 12:42:02 +02:00
|
|
|
become: true
|
2019-10-20 17:20:37 +02:00
|
|
|
roles:
|
2022-07-25 09:06:50 +02:00
|
|
|
- up2date_debian
|