Add dhcp server to print servers

This commit is contained in:
Timo Makinen 2021-09-02 19:11:19 +00:00
parent 465a1a9eeb
commit 838efc0554
3 changed files with 46 additions and 3 deletions

View file

@ -15,6 +15,12 @@
- mkhomedir
tasks:
- name: run handlers to get interfaces configured
meta: flush_handlers
- import_role:
name: dhcpd
- name: copy dns zone files
copy:
dest: "/var/lib/unbound/{{ item }}"
@ -30,9 +36,6 @@
- import_role:
name: unbound
- name: run handlers to get nsswitch configured
meta: flush_handlers
- import_role:
name: cups-server
- import_role: