diff --git a/main.yml b/main.yml index fa26049..17e72f6 100644 --- a/main.yml +++ b/main.yml @@ -4,6 +4,7 @@ vars: - server_admin: "admin@netz39.de" + - admin_users: [tux, alex] - ag_timezone: Europe/Berlin roles: @@ -31,5 +32,8 @@ unattended_package_blacklist: [cowsay] unattended_mail: 'root' + - name: Setup users + include_tasks: tasks/users.yml + - name: Setup httpd include_tasks: tasks/httpd.yml