Add example inventory and preseeding for debian installer
This commit is contained in:
parent
f8d93baa85
commit
9665293dcd
2 changed files with 157 additions and 0 deletions
6
inventory-sample.yml
Normal file
6
inventory-sample.yml
Normal file
|
@ -0,0 +1,6 @@
|
|||
---
|
||||
all:
|
||||
vars:
|
||||
domain: "{{ ansible_domain }}"
|
||||
hosts:
|
||||
localhost:
|
Loading…
Add table
Add a link
Reference in a new issue