cli
This commit is contained in:
parent
6af5d85de7
commit
ce5cea5ba3
1 changed files with 7 additions and 4 deletions
|
|
@ -1,13 +1,16 @@
|
|||
%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:
|
||||
main_structural_directories:
|
||||
- structure.yml
|
||||
step:
|
||||
user_data: yaml
|
||||
output: ansible
|
||||
user_data:
|
||||
- yaml
|
||||
output:
|
||||
- ansible
|
||||
yaml:
|
||||
filename: userdata.yml
|
||||
filename:
|
||||
- userdata.yml
|
||||
main_namespace: intranet
|
||||
extra_namespaces:
|
||||
- names: hosts
|
||||
|
|
|
|||
Loading…
Reference in a new issue