From a1cafda6a6abe80d987817bcb8fb3c5e561091f2 Mon Sep 17 00:00:00 2001 From: Christian Steinle Date: Wed, 17 Nov 2021 11:35:09 +0100 Subject: [PATCH] Add variables for usage in playbooks. --- vars/variable.yaml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 vars/variable.yaml diff --git a/vars/variable.yaml b/vars/variable.yaml new file mode 100644 index 0000000..a8fce63 --- /dev/null +++ b/vars/variable.yaml @@ -0,0 +1,2 @@ +mysql_user: root +postgres_user: postgres