Skip to content
Snippets Groups Projects
Commit 7ae229f5 authored by Lars Beckers's avatar Lars Beckers
Browse files

ad-server: dns backend should be none

parent e0038998
Branches
No related tags found
No related merge requests found
...@@ -42,7 +42,7 @@ ...@@ -42,7 +42,7 @@
# TODO: Evaluate if internal DNS-backend is powerful enough for usecase otherwise bind9 is needed # TODO: Evaluate if internal DNS-backend is powerful enough for usecase otherwise bind9 is needed
- name: ensure domain is provisioned - name: ensure domain is provisioned
shell: samba-tool domain provision --use-rfc2307 --domain={{ smb_domain }} --server-role=dc --host-name={{ ansible_hostname }} --realm={{ REALM }} --dns-backend=None --adminpass={{ adminpass.password }} 2> /root/smb-provision.log shell: samba-tool domain provision --use-rfc2307 --domain={{ smb_domain }} --server-role=dc --host-name={{ ansible_hostname }} --realm={{ REALM }} --dns-backend=NONE --adminpass={{ adminpass.password }} 2> /root/smb-provision.log
when: domain_provisioned.stat.exists == False when: domain_provisioned.stat.exists == False
tags: tags:
- ad-server - ad-server
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment