From 592f1948b452394fec3d7c6e776d760ba16b231b Mon Sep 17 00:00:00 2001 From: Paul Bonaud Date: Fri, 27 Sep 2019 17:27:42 +0200 Subject: dhall: Add a basic dhall type to be able to configure the role This commit adds a basic Dhall type for an easier usage of this role. --- dhall/Config.dhall | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 dhall/Config.dhall (limited to 'dhall/Config.dhall') diff --git a/dhall/Config.dhall b/dhall/Config.dhall new file mode 100644 index 0000000..1c6202c --- /dev/null +++ b/dhall/Config.dhall @@ -0,0 +1,15 @@ +{ rundeck_jobs_path : + Text +, rundeck_project : + Text +, rundeck_api_url : + Text +, rundeck_api_token : + Text +, rundeck_api_version : + Optional Natural +, rundeck_remove_missing : + Optional Bool +, rundeck_jobs_group : + Optional Text +} -- cgit v1.2.3