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
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] |
Original file line number Diff line number Diff line change 1+ # Exclusively used for compute-init
12- name : Inject host specific config template
23 template :
34 src : " {{ sshd_conf_src | default('') }}"
Original file line number Diff line number Diff line change 1+ # Exclusively used for compute-init
12- name : Inject host specific config template
23 template :
34 src : " {{ sssd_conf_src | default('') }}"
You can’t perform that action at this time.
0 commit comments