Include user tasks
This commit is contained in:
parent
2477896834
commit
7441b1af7a
1 changed files with 4 additions and 0 deletions
4
main.yml
4
main.yml
|
@ -4,6 +4,7 @@
|
||||||
|
|
||||||
vars:
|
vars:
|
||||||
- server_admin: "admin@netz39.de"
|
- server_admin: "admin@netz39.de"
|
||||||
|
- admin_users: [tux, alex]
|
||||||
- ag_timezone: Europe/Berlin
|
- ag_timezone: Europe/Berlin
|
||||||
|
|
||||||
roles:
|
roles:
|
||||||
|
@ -31,5 +32,8 @@
|
||||||
unattended_package_blacklist: [cowsay]
|
unattended_package_blacklist: [cowsay]
|
||||||
unattended_mail: 'root'
|
unattended_mail: 'root'
|
||||||
|
|
||||||
|
- name: Setup users
|
||||||
|
include_tasks: tasks/users.yml
|
||||||
|
|
||||||
- name: Setup httpd
|
- name: Setup httpd
|
||||||
include_tasks: tasks/httpd.yml
|
include_tasks: tasks/httpd.yml
|
||||||
|
|
Loading…
Reference in a new issue