File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ it also requires an image build with the role name added to the
46
46
| bootstrap.yml | (system users) | None required - use image build | No |
47
47
| bootstrap.yml | systemd | None required - use image build | No |
48
48
| 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 |
50
50
| bootstrap.yml | dnf_repos | None at present [ 2] | - |
51
51
| bootstrap.yml | squid | Not relevant for compute nodes | n/a |
52
52
| bootstrap.yml | tuned | Fully supported | No |
@@ -63,7 +63,7 @@ it also requires an image build with the role name added to the
63
63
| hooks/post-bootstrap.yml | ? | None at present | n/a |
64
64
| iam.yml | freeipa_client | None at present [ 3] | Yes |
65
65
| 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 |
67
67
| filesystems.yml | block_devices | None required - role deprecated | n/a |
68
68
| filesystems.yml | nfs | All client functionality | No |
69
69
| filesystems.yml | manila | All functionality | No [ 4] |
Original file line number Diff line number Diff line change
1
+ # Exclusively used for compute-init
1
2
- name : Inject host specific config template
2
3
template :
3
4
src : " {{ sshd_conf_src | default('') }}"
Original file line number Diff line number Diff line change
1
+ # Exclusively used for compute-init
1
2
- name : Inject host specific config template
2
3
template :
3
4
src : " {{ sssd_conf_src | default('') }}"
You can’t perform that action at this time.
0 commit comments