From d6eb46dd7a1c92fa25e241b89fcc46e35c452964 Mon Sep 17 00:00:00 2001 From: Stefan Haun Date: Thu, 11 Aug 2022 21:43:31 +0200 Subject: [PATCH] Add playbook for holmium --- holmium.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 holmium.yml diff --git a/holmium.yml b/holmium.yml new file mode 100644 index 0000000..392bb2f --- /dev/null +++ b/holmium.yml @@ -0,0 +1,12 @@ +--- +- hosts: holmium.n39.eu + become: true + + vars: + ansible_python_interpreter: /usr/bin/python3 + + roles: + + tasks: + + handlers: