18 lines
347 B
YAML
18 lines
347 B
YAML
%YAML 1.2
|
|
---
|
|
#rougail -m structure.yml -u yaml -yf userdata.yml -s intranet -xn hosts -xd 0 hosts.yml -o ansible
|
|
main_structural_directories:
|
|
- structure.yml
|
|
step:
|
|
user_data:
|
|
- yaml
|
|
output:
|
|
- ansible
|
|
yaml:
|
|
filename:
|
|
- userdata.yml
|
|
main_namespace: intranet
|
|
extra_namespaces:
|
|
- names: hosts
|
|
directories:
|
|
- hosts.yml
|