Skip to content

Commit 10d2585

Browse files
committed
fixup merge conflicts
1 parent cf670e8 commit 10d2585

File tree

2 files changed

+1
-19
lines changed

2 files changed

+1
-19
lines changed

ansible/extras.yml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -71,19 +71,6 @@
7171
ansible.builtin.fail:
7272
msg: Reboot handler for stackhpc.linux.vgpu role fired unexpectedly. This was supposed to be unreachable.
7373

74-
<<<<<<< HEAD
75-
- name: Persist hostkeys across rebuilds
76-
# Must be after filesystems.yml (for storage)
77-
# and before portal.yml (where OOD login node hostkeys are scanned)
78-
hosts: persist_hostkeys:!builder
79-
become: true
80-
gather_facts: false
81-
tasks:
82-
- ansible.builtin.import_role:
83-
name: persist_hostkeys
84-
85-
=======
86-
>>>>>>> 31751b79 (fix hostkeys in IPA not matching host when persisting keys)
8774
- name: Install k9s
8875
become: true
8976
hosts: k9s

ansible/roles/freeipa/README.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,16 +33,11 @@ Support FreeIPA in the appliance. In production use it is expected the FreeIPA s
3333
- 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.
3434
- 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).
3535
- If both a backed-up keytab and `freeipa_host_password` exist, the former is used.
36-
<<<<<<< HEAD
37-
38-
### Role Variables for Clients
39-
=======
4036
- When re-enroling, the host record in FreeIPA host record is updated with the
4137
current hostkey. The `persist_hostkeys` role may be used if rebuilds/reimages
4238
should not change keys.
4339

44-
## Role Variables for Clients
45-
>>>>>>> 31751b79 (fix hostkeys in IPA not matching host when persisting keys)
40+
### Role Variables for Clients
4641

4742
- `freeipa_host_password`. Required for initial enrolment only, FreeIPA host password as described above.
4843
- `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

Comments
 (0)