Add an ip address required for SMB service test.

This commit is contained in:
Rafael Guterres Jeffman
2020-07-22 17:11:28 -03:00
parent 46427d10ef
commit 19058f1320

View File

@@ -52,7 +52,6 @@
hosts: hosts:
- name: "{{ host1_fqdn }}" - name: "{{ host1_fqdn }}"
ip_address: "{{ ipv4_prefix + '.101' }}" ip_address: "{{ ipv4_prefix + '.101' }}"
force: yes
- name: "{{ host2_fqdn }}" - name: "{{ host2_fqdn }}"
ip_address: "{{ ipv4_prefix + '.102' }}" ip_address: "{{ ipv4_prefix + '.102' }}"
force: yes force: yes