create access subdirectory

This commit is contained in:
2024-10-04 14:59:10 +02:00
parent 8a55e6a7bb
commit a6eed0e417
5 changed files with 4 additions and 8 deletions

View File

@@ -1,4 +0,0 @@
# Authentication
```{tableofcontents}
```

View File

@@ -42,4 +42,4 @@ files::files:
```
## SFTP Server
How to enable/disable and configure a sftp server please refer to [sftp_server](sftp_server).
How to enable/disable and configure a sftp server please refer to the [SFTP Server](../files/sftp_server) guide.

View File

@@ -8,4 +8,4 @@ aaa::sudo_rules:
- 'telegraf ALL=(root) NOPASSWD: /usr/lib/telegraf/scripts/nxserver_report.sh'
```
Beside that you might also simply deploy a file to /etc/sudoers.d e.g. via a technique described in [Distribute Files](distribute_files).
Beside that you might also simply deploy a file to /etc/sudoers.d e.g. via a technique described in [Distribute Files](../files/distribute_files).

View File

@@ -51,7 +51,7 @@ telegraf::metrics:
commands: ['sudo /your/script/location/script.sh']
enable: true
```
This will only work if you have deployed the necessary script (in the example `/your/script/location/script.sh`) and the necessary sudo rule(s) beforehand. For this you might wanna use techniques described in [Distribute Files](../files/distribute_files) and/or [Custom sudo Rules](sudo).
This will only work if you have deployed the necessary script (in the example `/your/script/location/script.sh`) and the necessary sudo rule(s) beforehand. For this you might wanna use techniques described in [Distribute Files](../files/distribute_files) and/or [Custom sudo Rules](../access/sudo).
## Examples

View File

@@ -58,7 +58,7 @@ The directory where the mountpoint for the mounts in `mounts`_ are created.
~~~~~~~~~~
A list of mounts defined through ``mounter::def::NAME`` (see the :doc:`mounter
<../profiles/mounter>`). The mounts must have a mountpoint beneath `mount_root`_
<../../configuration/files/mount>`). The mounts must have a mountpoint beneath `mount_root`_
for `symlink_root`_ to work properly.