You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When /home is an NFS volume and root squashing is enabled, and Ansible (as root) tries to mkdir /home/etcd it results in an OS error. If the person installer doesn't have the ability to change this then the installation fails. The error occurs here: roles/rke2_common/tasks/cis-hardening.yml:
- name: Create etcd user
user:
name: etcd
comment: etcd user
shell: /bin/nologin
group: etcd
The text was updated successfully, but these errors were encountered:
aceeric
pushed a commit
to aceeric/rke2-ansible
that referenced
this issue
Sep 25, 2023
When
/home
is an NFS volume and root squashing is enabled, and Ansible (as root) tries tomkdir /home/etcd
it results in an OS error. If the person installer doesn't have the ability to change this then the installation fails. The error occurs here:roles/rke2_common/tasks/cis-hardening.yml
:The text was updated successfully, but these errors were encountered: