INF-113 acme.sh LetsEncrypt certificate role
initial commit
Change-Id: I36f733306b439a0cd92bded0726dd53a0a4b4084
diff --git a/tasks/Debian.yml b/tasks/Debian.yml
new file mode 100644
index 0000000..6329015
--- /dev/null
+++ b/tasks/Debian.yml
@@ -0,0 +1,15 @@
+---
+# acme tasks/Debian.yml
+#
+# SPDX-FileCopyrightText: © 2020 Open Networking Foundation <support@opennetworking.org>
+# SPDX-License-Identifier: Apache-2.0
+
+- name: Install tools required for acme.sh
+ apt:
+ name:
+ - curl
+ - git
+ - openssl
+ state: "present"
+ update_cache: true
+ cache_valid_time: 3600