Skip to content

Commit 39396ef

Browse files
committed
document
1 parent 2a6240a commit 39396ef

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

ansible/roles/compute_init/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ it also requires an image build with the role name added to the
4646
| bootstrap.yml | (system users) | None required - use image build | No |
4747
| bootstrap.yml | systemd | None required - use image build | No |
4848
| bootstrap.yml | selinux | None required - use image build | Maybe [1] |
49-
| bootstrap.yml | sshd | None at present | No |
49+
| bootstrap.yml | sshd | Fully supported | No |
5050
| bootstrap.yml | dnf_repos | None at present [2] | - |
5151
| bootstrap.yml | squid | Not relevant for compute nodes | n/a |
5252
| bootstrap.yml | tuned | Fully supported | No |
@@ -63,7 +63,7 @@ it also requires an image build with the role name added to the
6363
| hooks/post-bootstrap.yml | ? | None at present | n/a |
6464
| iam.yml | freeipa_client | None at present [3] | Yes |
6565
| iam.yml | freeipa_server | Not relevant for compute nodes | n/a |
66-
| iam.yml | sssd | None at present | No |
66+
| iam.yml | sssd | Fully supported | No |
6767
| filesystems.yml | block_devices | None required - role deprecated | n/a |
6868
| filesystems.yml | nfs | All client functionality | No |
6969
| filesystems.yml | manila | All functionality | No [4] |

ansible/roles/sshd/tasks/export.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# Exclusively used for compute-init
12
- name: Inject host specific config template
23
template:
34
src: "{{ sshd_conf_src | default('') }}"

ansible/roles/sssd/tasks/export.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# Exclusively used for compute-init
12
- name: Inject host specific config template
23
template:
34
src: "{{ sssd_conf_src | default('') }}"

0 commit comments

Comments
 (0)