cli
This commit is contained in:
parent
d99627b35d
commit
7ab22d93ca
1 changed files with 14 additions and 0 deletions
14
.rougailcli.yml
Normal file
14
.rougailcli.yml
Normal file
|
|
@ -0,0 +1,14 @@
|
||||||
|
%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
|
||||||
Loading…
Reference in a new issue