You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ansible/roles/freeipa/tasks/server.yml
-27Lines changed: 0 additions & 27 deletions
Original file line number
Diff line number
Diff line change
@@ -1,32 +1,5 @@
1
1
# Based on https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/installing_identity_management/preparing-the-system-for-ipa-server-installation_installing-identity-management#host-name-and-dns-requirements-for-ipa_preparing-the-system-for-ipa-server-installation
2
2
3
-
- name: Get hostname as reported by command
4
-
command: hostname
5
-
register: _freeipa_validate_hostname
6
-
changed_when: false
7
-
8
-
- name: Ensure hostname is fully-qualified
9
-
# see section 2.7 of redhat guide to installing identity management
0 commit comments