From ae0040cb2636b21fc7b7acca93bb4199357e7e6b Mon Sep 17 00:00:00 2001 From: Kyr Shatskyy Date: Tue, 19 Mar 2019 21:16:38 +0100 Subject: [PATCH] nsupdate_web: add leap 15 vars Signed-off-by: Kyr Shatskyy --- roles/nsupdate_web/vars/opensuse_leap_15.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 roles/nsupdate_web/vars/opensuse_leap_15.yml diff --git a/roles/nsupdate_web/vars/opensuse_leap_15.yml b/roles/nsupdate_web/vars/opensuse_leap_15.yml new file mode 100644 index 00000000..9268a574 --- /dev/null +++ b/roles/nsupdate_web/vars/opensuse_leap_15.yml @@ -0,0 +1,8 @@ +packages: + - git + - python3 + - python3-virtualenv + - bind-utils + - nginx +nginx_available: "/etc/nginx" +nginx_enabled: "/etc/nginx/vhosts.d" -- 2.47.3