Add dhcp server to print servers
This commit is contained in:
parent
465a1a9eeb
commit
838efc0554
3 changed files with 46 additions and 3 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue