summaryrefslogtreecommitdiff
path: root/docs/docsite/rst/reference_appendices/faq.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/docsite/rst/reference_appendices/faq.rst')
-rw-r--r--docs/docsite/rst/reference_appendices/faq.rst23
1 files changed, 21 insertions, 2 deletions
diff --git a/docs/docsite/rst/reference_appendices/faq.rst b/docs/docsite/rst/reference_appendices/faq.rst
index d81ec0d0bd..49bf745384 100644
--- a/docs/docsite/rst/reference_appendices/faq.rst
+++ b/docs/docsite/rst/reference_appendices/faq.rst
@@ -245,8 +245,8 @@ need to install them into the virtualenv. There are two methods:
$ cp -v /usr/lib64/python3.*/site-packages/*selinux*.so ./py3-ansible/lib64/python3.*/site-packages/
-Running on macOS
-----------------
+Running on macOS as a controller
+--------------------------------
When executing Ansible on a system with macOS as a controller machine one might encounter the following error:
@@ -261,6 +261,25 @@ In general the recommended workaround is to set the following environment variab
$ export OBJC_DISABLE_INITIALIZE_FORK_SAFETY=YES
+.. _macos_as_a_target_faq:
+
+Running on macOS as a target
+----------------------------
+
+When managing a system with macOS Monterey 12, macOS Ventura
+13 or above over SSH, the following error can occur:
+
+ .. error::
+ "eDSPermissionError" DS Error: -14120 (eDSPermissionError)
+
+This is a good indication that *Allow full disk access for remote users* has not been enabled.
+
+.. seealso::
+
+ For more details, check out `the official Apple user guide article
+ <https://support.apple.com/guide/mac-help/mchlp1066/mac#mchlp1b6a98a>`_.
+
+
Running on BSD
--------------