From 7ab22d93ca8b12672560c6588adfc539a9d967f4 Mon Sep 17 00:00:00 2001 From: gwen Date: Wed, 11 Feb 2026 16:33:20 +0100 Subject: [PATCH] cli --- .rougailcli.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .rougailcli.yml diff --git a/.rougailcli.yml b/.rougailcli.yml new file mode 100644 index 0000000..6e53d31 --- /dev/null +++ b/.rougailcli.yml @@ -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