From 2491e739b52c19324acc53b9f1e0433aee42e555 Mon Sep 17 00:00:00 2001 From: ubergeek Date: Thu, 20 Dec 2018 20:39:09 -0500 Subject: [PATCH] Add 'roles/shell/main.yml' --- roles/shell/main.yml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 roles/shell/main.yml diff --git a/roles/shell/main.yml b/roles/shell/main.yml new file mode 100644 index 00000000..becce0ef --- /dev/null +++ b/roles/shell/main.yml @@ -0,0 +1,6 @@ + --- + # This playbook the stuff for the shell server + + - include: packages.yml + - include: users.yml + - include: resolv.yml \ No newline at end of file