summaryrefslogtreecommitdiff
path: root/ansible/main.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'ansible/main.yaml')
-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 }}"