From 030dd5c56410a21fc67e05e94f597c8bb255b7ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABtan=20Duchaussois?= Date: Wed, 12 Sep 2018 10:39:01 +0200 Subject: first working version --- tests/inventory | 2 ++ tests/test.yml | 8 ++++++++ 2 files changed, 10 insertions(+) create mode 100644 tests/inventory create mode 100644 tests/test.yml (limited to 'tests') diff --git a/tests/inventory b/tests/inventory new file mode 100644 index 0000000..878877b --- /dev/null +++ b/tests/inventory @@ -0,0 +1,2 @@ +localhost + diff --git a/tests/test.yml b/tests/test.yml new file mode 100644 index 0000000..25ef811 --- /dev/null +++ b/tests/test.yml @@ -0,0 +1,8 @@ +--- +- hosts: localhost + roles: + - role: ansible-rundeck-jobs + rundeck_api_url: https://rundeck.example.org + rundeck_project: Test + rundeck_api_token: token + rundeck_jobs_path: tests/rundeck_files -- cgit v1.2.3