mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-08-02 12:54:52 +00:00
Add an ip address required for SMB service test.
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user