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/README.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,8 +33,16 @@ Support FreeIPA in the appliance. In production use it is expected the FreeIPA s
33
33
- This is implemented when using the site OpenTofu; on the control node `appliances_state_dir` defaults to `/var/lib/state` which is mounted from a volume.
34
34
- Nodes are not re-enroled by a [Slurm-driven reimage](../../collections/ansible_collections/stackhpc/slurm_openstack_tools/roles/rebuild/README.md) (as that does not run this role).
35
35
- If both a backed-up keytab and `freeipa_host_password` exist, the former is used.
36
+
<<<<<<< HEAD
36
37
37
38
### Role Variables for Clients
39
+
=======
40
+
- When re-enroling, the host record in FreeIPA host record is updated with the
41
+
current hostkey. The `persist_hostkeys` role may be used if rebuilds/reimages
42
+
should not change keys.
43
+
44
+
## Role Variables for Clients
45
+
>>>>>>> 31751b79 (fix hostkeys in IPA not matching host when persisting keys)
38
46
39
47
- `freeipa_host_password`. Required for initial enrolment only, FreeIPA host password as described above.
40
48
- `freeipa_setup_dns`: Optional, whether to use the FreeIPA server as the client's nameserver. Defaults to `true` when `freeipa_server` contains a host, otherwise `false`.
0 commit comments