Add minimal role to test only preseeding.
This commit is contained in:
parent
4fdd640d6e
commit
8ae165e842
1 changed files with 9 additions and 0 deletions
9
minimal.yml
Normal file
9
minimal.yml
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
---
|
||||||
|
# This playbook does almost nothing. Useful for testing only preseeding.
|
||||||
|
|
||||||
|
- name: apply a minimal configuration to the machine
|
||||||
|
hosts: all
|
||||||
|
remote_user: ansible
|
||||||
|
become: yes
|
||||||
|
roles:
|
||||||
|
- up2date-debian
|
Loading…
Add table
Reference in a new issue