Skip to content
Snippets Groups Projects
Unverified Commit b8f96c62 authored by Sergio Oliveira Campos's avatar Sergio Oliveira Campos
Browse files

Fixed broken host address.

parent fd28559e
No related branches found
No related tags found
No related merge requests found
...@@ -411,7 +411,7 @@ ...@@ -411,7 +411,7 @@
- group02 - group02
allow_retrieve_keytab_host: allow_retrieve_keytab_host:
- "{{ host1_fqdn }}" - "{{ host1_fqdn }}"
- host02.exampl "{{ groups.ipaserver[0] }}"e.com - "{{ host2_fqdn }}"
allow_retrieve_keytab_hostgroup: allow_retrieve_keytab_hostgroup:
- hostgroup01 - hostgroup01
- hostgroup02 - hostgroup02
......
...@@ -358,7 +358,7 @@ ...@@ -358,7 +358,7 @@
- group02 - group02
allow_retrieve_keytab_host: allow_retrieve_keytab_host:
- "{{ host1_fqdn }}" - "{{ host1_fqdn }}"
- host02.exampl "{{ groups.ipaserver[0] }}"e.com - "{{ host2_fqdn }}"
allow_retrieve_keytab_hostgroup: allow_retrieve_keytab_hostgroup:
- hostgroup01 - hostgroup01
- hostgroup02 - hostgroup02
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment