Skip to content

Commit a35ea26

Browse files
committed
freeipa editorial comments
1 parent 6c07eca commit a35ea26

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

ansible/roles/freeipa/tasks/enrol.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616
mode: ug=rw,o=
1717
when: '"content" in _slurp_persisted_keytab'
1818

19-
- name: Renrole with FreeIPA using backed-up keytab
20-
# reenrolment requires --force-join and --password, or --keytab
21-
# renrolement means:
19+
- name: Re-enrol with FreeIPA using backed-up keytab
20+
# Re-enrolment requires --force-join and --password, or --keytab
21+
# Re-rolement means:
2222
# 1. A new host certificate is issued
2323
# 2. The old host certificate is revoked
2424
# 3. New SSH keys are generated
@@ -38,7 +38,7 @@
3838
ipa_client_install_keytab.rc !=0 and
3939
'IPA client is already configured' not in ipa_client_install_keytab.stderr
4040
41-
- name: Enrole with FreeIPA using random password
41+
- name: Enrol with FreeIPA using random password
4242
# Note --password is overloaded - it's bulkpassword unless --principal or --force-join is used in which case it's admin password
4343
command:
4444
cmd: >

0 commit comments

Comments
 (0)