attempt to add DNS record for AD member server

This commit is contained in:
Pellegrino, Michael
2021-08-30 10:03:15 -04:00
committed by GitHub Enterprise
parent 13d3124791
commit b270ad359e

View File

@@ -88,4 +88,5 @@
- { entry: "default:mask::rwx" }
- { entry: "default:other::r-x" }
- name: Add DNS record for server
command: /usr/bin/samba-tool dns add {{smb_dns_servers}} {{smb_realm}} {{inventory_hostname}} A {{ansible_host}} --username="{{smb_username}}" --password="{{smb_password}}"