diff --git a/roles/shell/main.yml b/roles/shell/main.yml new file mode 100644 index 0000000..becce0e --- /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