From 3395acc90f9c59cd417f19c1f4b86dd620695428 Mon Sep 17 00:00:00 2001 From: Noah Knegt Date: Mon, 27 Feb 2023 16:58:13 +0100 Subject: [PATCH] base: Add arch based vars Signed-off-by: Noah Knegt --- roles/base/vars/arch.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 roles/base/vars/arch.yml diff --git a/roles/base/vars/arch.yml b/roles/base/vars/arch.yml new file mode 100644 index 0000000..65a65a4 --- /dev/null +++ b/roles/base/vars/arch.yml @@ -0,0 +1,13 @@ +#=================================================================================================== +# ? ABOUT +# @author : Noah Knegt +# @email : personal@noahknegt.com +# @repo : https://git.noahknegt.com/noah.knegt/ansible-automations +# @createdOn : 27-02-2023 +# @description : This file contains the variables for arch based distros. +#=================================================================================================== + +--- +sudo_group: wheel +openssh_service: sshd +openssh_package: openssh