summaryrefslogtreecommitdiff
path: root/ansible
diff options
context:
space:
mode:
authorheqnx <root@heqnx.com>2025-07-12 18:20:18 +0300
committerheqnx <root@heqnx.com>2025-07-12 18:20:18 +0300
commit16ece0e41e2384958bf4f44c048309a7f60dff55 (patch)
treed561235139b9be25cf614c54bc71d0199afa0dbf /ansible
parent6e4dd836f06ce50839730a95e09c3062267a644a (diff)
downloadansible-active-directory-range-16ece0e41e2384958bf4f44c048309a7f60dff55.tar.gz
ansible-active-directory-range-16ece0e41e2384958bf4f44c048309a7f60dff55.zip
typo
Diffstat (limited to 'ansible')
-rw-r--r--ansible/main.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/ansible/main.yaml b/ansible/main.yaml
index ce477c3..f3e6013 100644
--- a/ansible/main.yaml
+++ b/ansible/main.yaml
@@ -22,7 +22,7 @@
- name: "add {{ main_dc01_hostname }}.{{ main_domain_name }} to in-memory inventory"
add_host:
name: "{{ main_dc01_hostname }}.{{ main_domain_name }}"
- ansible_host: "{{ main_dc01_ip_address }}.{{ main_domain_name }}"
+ ansible_host: "{{ main_dc01_ip_address }}"
ansible_connection: "{{ win_connector }}"
ansible_user: "{{ default_win_username }}"
ansible_password: "{{ default_win_password }}"